Base wrapper around a SomeipMessage for script-side handling.

Used for message types that are not strictly “request” or “response” in the AUTOSAR sense (for example SomeipMessageType.NOTIFICATION, SomeipMessageType.ERROR).

Hierarchy (View Summary)

Constructors

Properties

Methods

Constructors

Properties

Full SOME/IP message as received from the stack (payload should be a Buffer after normalization).

Methods

  • Replace the SOME/IP payload on the wrapped message.

    Parameters

    • payload: Buffer

      Raw SOME/IP payload bytes.

    Returns void