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

    Interface OnlineStatus

    A message for streaming online status information.

    interface OnlineStatus {
        isOnline: boolean;
        onlineCounter: number;
    }
    Index

    Properties

    isOnline: boolean

    Indicates if the measurement is online.

    onlineCounter: number

    Counter that is increased every time the measurement goes online. This can be used to detect when the measurement goes offline and then online again.