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

    Interface IOnlineStatusContext

    Online status context value.

    interface IOnlineStatusContext {
        error: Error | null;
        isLoaded: boolean;
        onlineStatus: OnlineStatus | null;
    }
    Index

    Properties

    error: Error | null

    If there was an error determining the online status, this can contain the error details

    isLoaded: boolean

    Indicates whether the online status has been loaded (either successfully or with an error)

    onlineStatus: OnlineStatus | null

    Can be null if the online status has not been determined yet or if there was an error determining it