![]() |
Morse Micro IoT SDK
2.9.7
|
This must be kept in sync with Agent.
Macros | |
| #define | MMAGIC_DATALINK_PAYLOAD_TYPE_SIZE (1) |
| Size of the payload type field. More... | |
| #define | MMAGIC_DATALINK_PAYLOAD_LEN_SIZE (2) |
| Size of the payload length field. More... | |
| #define | MMAGIC_DATALINK_PAYLOAD_HEADER_SIZE |
| Total size of the transfer header. More... | |
Enumerations | |
| enum | mmagic_datalink_payload_type { MMAGIC_DATALINK_NACK , MMAGIC_DATALINK_ACK , MMAGIC_DATALINK_WRITE , MMAGIC_DATALINK_READ , MMAGIC_DATALINK_REREAD } |
| Enumeration of data link payload types. More... | |
| #define MMAGIC_DATALINK_PAYLOAD_HEADER_SIZE |
Total size of the transfer header.
Definition at line 42 of file mmagic_datalink_controller.h.
| #define MMAGIC_DATALINK_PAYLOAD_LEN_SIZE (2) |
Size of the payload length field.
Definition at line 40 of file mmagic_datalink_controller.h.
| #define MMAGIC_DATALINK_PAYLOAD_TYPE_SIZE (1) |
Size of the payload type field.
Definition at line 38 of file mmagic_datalink_controller.h.
Enumeration of data link payload types.
Definition at line 46 of file mmagic_datalink_controller.h.