ADTF_DEVICE_TOOLBOX  3.12.1 (ADTF 3.18.3)
tSomeIpMessageHeader

This struct represents the payload header of one SOME/IP (alike) message as defined by the SOME/IP spec. More...

Public Member Functions

uint32_t GetHeaderId () const
 
uint32_t GetLength () const
 

Public Attributes

uint16_t nServiceId = 0
 
uint16_t nMethodId = 0
 
uint32_t nLength = 0
 

Detailed Description

This struct represents the payload header of one SOME/IP (alike) message as defined by the SOME/IP spec.

[TR_SOMEIP_00031] In a pure Some/IP message, this is now followed by tSomeIpSessionHeader, and the PDU payload. With Autosar extensions, other headers may immediately follow this header instead, and tSomeIpSessionHeader may not be part of the PDU at all.

Definition at line 175 of file someip_types.h.