Kvaser CanKing GUI Extensions SDK - v7.5.1
    Preparing search index...

    Interface Channel

    A channel of any type, could be CAN and/or LIN.

    interface Channel {
        canChannelCapacity?: CanChannelCapacity;
        channelNumber: number;
        channelNumberOnDevice: number;
        name: string;
        protocols: string[];
    }
    Index

    Properties

    canChannelCapacity?: CanChannelCapacity

    The channel capacity.

    channelNumber: number

    The channel number.

    channelNumberOnDevice: number

    The channel number on the device.

    name: string

    The channel name.

    protocols: string[]

    Supported protocols by the channel.