![]() |
![]() |
Command op-code ID contains 4 fields (16 bits) Bit 10-15: Reserved Bit 8-9: Operation - Set/Get. Bit 4-7: Operation Type Bit 0-3: Direction. More...
#include <control/mmwavelink/include/rl_protocol.h>
Data Fields | |
rlUInt16_t | b2RetryFlag: 2 |
00- No Retry, 11 - Retry | |
rlUInt16_t | b2AckFlag: 2 |
00- ACK requested, 11 - No ACK Requested | |
rlUInt16_t | b4Version: 4 |
0000 - Invalid, 0001 - 1111 - Valid Range | |
rlUInt16_t | b2Crc: 2 |
00 - CRC present, 11 - CRC not Present | |
rlUInt16_t | b2CrcLen: 2 |
Length of CRC appended to the message 00 16-bit CRC 01 32-bit CRC 10 64-bit CRC 11 Reserved. | |
rlUInt16_t | b4SeqNum: 4 |
Sequence Number. | |
Command op-code ID contains 4 fields (16 bits) Bit 10-15: Reserved Bit 8-9: Operation - Set/Get. Bit 4-7: Operation Type Bit 0-3: Direction.
Definition at line 140 of file rl_protocol.h.