MLLPCodec Class

3.1.0

Constructors

Methods

  • Get the last message.

    Returns null | string

    3.1.0

  • Process the incoming data from the client.

    Parameters

    • data: Buffer

    Returns boolean

    3.1.0

  • Send a message and send it to the remote side.

    Parameters

    • socket: undefined | Socket
    • message: string
    • encoding: BufferEncoding

    Returns void

    3.1.0