Methods
(static) messageSystemSetCpuMode(mode) → {Uint8Array}
- Description:
- 4.11.6 Set CPU mode Create Encoded Packet for the command CMD_SYSTEM_SET_CPU_MODE
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
mode |
number | //0: Normal mode 1: Performance mode |
Returns:
- Type
- Uint8Array
(static) messageSystemSetMasterLock(lock) → {Uint8Array}
- Description:
- 4.11.7 Set HOST mode Create Encoded Packet for the command CMD_SYSTEM_SET_MASTERLOCK
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
lock |
boolean | //false: Master UnLock true: Master Lock |
Returns:
- Type
- Uint8Array
(static) messageSystemSetMtpMode(mode) → {Uint8Array}
- Description:
- 4.11.5 Set MTP mode Create Encoded Packet for the command CMD_SYSTEM_SET_MTP_MODE
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
mode |
number | //Can be omitted, default is on, cannot be closed |
Returns:
- Type
- Uint8Array
(static) messageSystemSetTime() → {Uint8Array}
- Description:
- 4.11.3 Set the system time Create Encoded Packet for the command CMD_SYSTEM_SET_TIME
- Source:
Returns:
- Type
- Uint8Array
(static) messageSystemSetTimezone(timezone) → {Uint8Array}
- Description:
- 4.11.4 Set the time zone Create Encoded Packet for the command CMD_SYSTEM_SET_TIME_ZONE
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
timezone |
string |
Returns:
- Type
- Uint8Array