Struct SYN_MBUS_Frame¶
Public Attributes¶
| Type | Name |
|---|---|
| uint8_t | a_field |
| uint8_t | c_field |
| uint8_t | checksum |
| bool | checksum_valid |
| uint8_t | ci_field |
| uint8_t | payload |
| uint8_t | payload_len |
| SYN_MBUS_FrameType | type |
Public Attributes Documentation¶
variable a_field¶
Address field byte (0-250, 0xFE, 0xFF)
variable c_field¶
Control field byte
variable checksum¶
Received checksum byte
variable checksum_valid¶
True if calculated checksum matches received
variable ci_field¶
Control Information field (Control & Long frames)
variable payload¶
Payload data buffer
variable payload_len¶
Length of payload data
variable type¶
Frame format classification
The documentation for this class was generated from the following file src/syntropic/proto/syn_mbus.h