ADTF_DEVICE_TOOLBOX  3.12.1 (ADTF 3.18.3)
tSomeIpSessionHeader

This struct represents the first 8 payload bytes of a standard SOME/IP request. More...

Public Member Functions

bool IsSegmented () const
 

Public Attributes

uint16_t nClientId = 0
 
uint16_t nSessionId = 0
 
uint8_t nProtocolVersion = 0
 
uint8_t nInterfaceVersion = 0
 
tMessageType eMessageType = tMessageType::MT_REQUEST
 
tReturnCode eReturnCode = tReturnCode::E_OK
 

Detailed Description

This struct represents the first 8 payload bytes of a standard SOME/IP request.

For SOME/IP, this will be at the start of the payload, directly after tSomeIpMessageHeader. With Autosar E2E or SOME/IP-TP extensions, other headers may follow this header.

Definition at line 220 of file someip_types.h.