DOIP Client Library - JavaScript Version
    Preparing search index...

    Class InDoipMessageAbstract

    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.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Methods

    • Returns this

    • Returns Promise<IteratorResult<InDoipSegment, any>>

    • Returns Promise<void>

    • Parameters

      Returns Promise<boolean>