Struct SYN_N2K_FastPacketRx¶
ClassList > SYN_N2K_FastPacketRx
NMEA 2000 Fast-Packet RX Re-assembly Context.
#include <syn_n2k.h>
Public Attributes¶
| Type | Name |
|---|---|
| bool | active |
| uint8_t | data |
| uint8_t | expected_frame |
| uint32_t | pgn |
| uint8_t | received_bytes |
| uint8_t | sa |
| uint8_t | seq_id |
| uint8_t | total_bytes |
Public Attributes Documentation¶
variable active¶
Active Fast-Packet session flag
variable data¶
Re-assembled payload buffer
variable expected_frame¶
Next expected frame index (0..31)
variable pgn¶
Target PGN
variable received_bytes¶
Currently received byte count
variable sa¶
Sender Source Address
variable seq_id¶
Fast-Packet Sequence Identifier (0-7)
variable total_bytes¶
Total payload length in bytes (max 223)
The documentation for this class was generated from the following file src/syntropic/proto/syn_n2k.h