Class representing a DOIP message as a series of InDoipSegments, which is how messages are sent
in DOIP. When the input of a DoipRequest or the output of a DoipResponse
has multiple segments, an InDoipMessage can be used.
For advanced usage. In most cases, the input of DoipRequest can be provided,
and the output of DoipResponse can be accessed, more simply as JSON or
one of the various JavaScript types for representing bytes.
Class representing a DOIP message as a series of InDoipSegments, which is how messages are sent in DOIP. When the input of a DoipRequest or the output of a DoipResponse has multiple segments, an InDoipMessage can be used.
For advanced usage. In most cases, the input of DoipRequest can be provided, and the output of DoipResponse can be accessed, more simply as JSON or one of the various JavaScript types for representing bytes.