ADTF_DEVICE_TOOLBOX  3.12.1 (ADTF 3.18.3)
tSomeIpSampleHeader

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

Public Attributes

uint16_t nVLANId = 0
 
bool bIsTCP = false
 
bool bIsIPv6 = false
 
uint16_t nMessageCount = 0
 
uint8_t aSrcIP [16] = { 0 }
 
uint8_t aDstIP [16] = { 0 }
 
uint16_t nSrcPort = 0
 
uint16_t nDstPort = 0
 
uint32_t nMessageDataSize = 0
 

Detailed Description

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

It contains mainly network-specific information such as source and destination endpoints which is otherwise not part a SOME/IP message.

Definition at line 200 of file someip_types.h.