Type alias Channel

Channel: {
    name: string;
    position: number;
}

Specify common human readable names for IO channel.

Type declaration

  • name: string

    Name for this given channel.

  • position: number

    Position of this channel. Numbering starts from 1. Max position is 16.

Generated using TypeDoc