ISO CIS PDU header. More...
#include <lctr_pdu_iso.h>
Data Fields | |
uint8_t | llid |
uint8_t | nesn |
uint8_t | sn |
uint8_t | cie |
uint8_t | np |
uint8_t | len |
ISO CIS PDU header.
Definition at line 97 of file lctr_pdu_iso.h.
uint8_t cie |
TRUE if stop next subevent.
Definition at line 102 of file lctr_pdu_iso.h.
uint8_t len |
Payload length.
Definition at line 104 of file lctr_pdu_iso.h.
uint8_t llid |
PDU type.
Definition at line 99 of file lctr_pdu_iso.h.
uint8_t nesn |
Next Expected Sequence Number.
Definition at line 100 of file lctr_pdu_iso.h.
uint8_t np |
PDU type, whether a NULL PDU.
Definition at line 103 of file lctr_pdu_iso.h.
uint8_t sn |
Sequence Number.
Definition at line 101 of file lctr_pdu_iso.h.