ADTF_DEVICE_TOOLBOX  3.12.1 (ADTF 3.18.3)
tEthernetSampleHeader

This struct describes the Ethernet sample header which is placed in the beginning of every Ethernet sample's buffer. More...

Public Attributes

int64_t tmTimestampBeginNs = 0
 
int64_t tmTimestampEndNs = 0
 
int32_t nErrorCode = 0
 
uint32_t nFrameCheckSequence = 0
 
uint32_t nFrameSize = 0
 
uint8_t aFrameData [0]
 

Detailed Description

This struct describes the Ethernet sample header which is placed in the beginning of every Ethernet sample's buffer.

See adtf::devicetb::sdk::someip::stream_meta_type_ethernet for the corresponding stream type.

Definition at line 55 of file raw_ethernet_types.h.