Creates a new SOME/IP response message instance
The SOME/IP message data (must be of type RESPONSE)
Static
fromCreates a SOME/IP response message from a request message
This static method takes a request message and creates a corresponding response message by copying the request data and changing the message type to RESPONSE.
The SOME/IP request message to create a response from
A new SomeipMessageResponse instance based on the request
SOME/IP Response Message Handler
Catalog
SOME/IP This class handles SOME/IP response messages specifically. It validates that the message type is RESPONSE and provides response-specific functionality, including the ability to create responses from requests.