Manu services: Difference between revisions

No edit summary
No edit summary
Line 105: Line 105:


== CommandId ==
== CommandId ==
{| class="wikitable" border="1"
|-
! Value || Name
|-
| 1 || [[#IsFileExist|IsFileExist]]
|-
| 2 || [[#ReadFile|ReadFile]]
|-
| 3 || [[#WriteFile|WriteFile]]
|-
| 4 || [[#Cmd7]]
|-
| 5 || [[#Cmd8]]
|}
== ServerCommandId ==
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
Line 118: Line 134:
| 0x0 || 0x8 || Magicnum (0xDEADCAFEDEADCAFE)
| 0x0 || 0x8 || Magicnum (0xDEADCAFEDEADCAFE)
|-
|-
| 0x8 || 0x4 || [[#CommandId|CommandId]]
| 0x8 || 0x4 || [[#CommandId|CommandId]] when sent to the remote device, [[#ServerCommandId|ServerCommandId]] for received commands.
|-
|-
| 0xC || 0x4 || Padding
| 0xC || 0x4 || Padding
Line 162: Line 178:
| 0x4 || 0x4 || Padding
| 0x4 || 0x4 || Padding
|-
|-
| 0x8 || 0x4 || Result from handling the [[#CommandId|CommandId]].
| 0x8 || 0x4 || Result from handling the [[#ServerCommandId|ServerCommandId]].
|}
|}