Uplink types
Set uplink messages type command explanation.
This command is used to set Vicki sent uplink message type.
Byte index
Hex value – Meaning
0
11 – The command code.
1
00 – Vicki sends unconfirmed uplink messages; Default for f.w. >=3.5
01 – Vicki sends confirmed uplink messages. Default for f.w. <= 3.4
Example command: 0x1101 – The server sets Vicki uplink message type to confirmed.
Get uplink messages type command explanation
This command is used to get Vicki sent uplink messages type. Server sends the command code and the response is sent from Vicki together with the next keep-alive command. The keep-alive in the response is omitted for clarity.
Byte index
Sent request
Received response
0
1B – Command code.
1B – The command code.
1
00 – Vicki uplinks are unconfirmed;
01 – Vicki uplinks are confirmed.
Example command sent from server: 0x1B;
Example command response: 0x1B00 => Vicki sent uplinks are unconfirmed.
Last updated
Was this helpful?