Struct SYN_DLT645_Frame¶
Decoded DL/T 645 frame representation.
#include <syn_dlt645.h>
Public Attributes¶
| Type | Name |
|---|---|
| uint8_t | address |
| uint8_t | control |
| uint32_t | data_id |
| uint8_t | payload |
| uint8_t | payload_len |
| SYN_DLT645_Ver | version |
Public Attributes Documentation¶
variable address¶
6-byte BCD meter address
variable control¶
Control code byte
variable data_id¶
Data Identifier (DI)
variable payload¶
Raw un-offset data payload bytes
variable payload_len¶
Payload length (excluding DI)
variable version¶
Protocol version (1997 or 2007)
The documentation for this class was generated from the following file src/syntropic/proto/syn_dlt645.h