Interface ICommunicationChannel

A communication channel to a device.

interface ICommunicationChannel {
    description: string;
    type: ChannelType;
}

Hierarchy (View Summary)

Properties

Properties

description: string

A description of the purpose of the communication channel.

The type of the communication channel type.