Interface IGnpChannel

A communication channel to a device using the GNP protocol and a default address.

interface IGnpChannel {
    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.