Struct TransportFrame
Defined in File host_transport_types.h
Struct Documentation
-
struct TransportFrame
Generic package (TX/RX) including header and payload.
Notes:
this struct must be packed
Transport_Header must directly followed by TransportTxFrame and TransportRxFrame without spacing
Public Members
-
struct Transport_Header header
-
union TransportTxFrame asTxFrame
-
union TransportRxFrame asRxFrame
- union TransportFrame::@0 __attribute__