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

    Interface NodeStatus

    A message for sending node status.

    interface NodeStatus {
        busStatus: BusStatus | undefined;
        dataProcessingStatus: DataProcessingStatus | undefined;
        errorStatus: ErrorStatus | undefined;
        loggerStatus: LoggerStatus | undefined;
        logReplayStatus: LogReplayStatus | undefined;
        nodeId: string;
        nodeName: string;
        streamId: string;
    }
    Index

    Properties

    busStatus: BusStatus | undefined

    Special bus status

    dataProcessingStatus: DataProcessingStatus | undefined

    Special data processing status

    errorStatus: ErrorStatus | undefined

    Error status

    loggerStatus: LoggerStatus | undefined

    Special message logger status

    logReplayStatus: LogReplayStatus | undefined

    Special log replay status

    nodeId: string

    Identifier of the node

    nodeName: string

    Name of the node

    streamId: string

    Identifier of the stream node