Type Parameters

  • T

Implements

Constructors

Properties

Methods

Constructors

Properties

isReliable = true

Is the transport Reliable? UDP is not, TCP and BTP are.

maxPayloadSize: number

Maximum Payload size for this channel

name: string

Channel name

type: BLE = ChannelType.BLE

Methods

  • Method to close the channel

    Returns Promise<void>

  • Method to send data to the remote endpoint

    Parameters

    • data: T

    Returns Promise<void>