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

    Interface IDevicesContext

    Device context value.

    interface IDevicesContext {
        devices: Device[] | null;
        error: Error | null;
        isLoaded: boolean;
    }
    Index

    Properties

    devices: Device[] | null

    Can be null if the devices have not been loaded yet or if there was an error loading them

    error: Error | null

    If there was an error loading the devices, this can contain the error details

    isLoaded: boolean

    Indicates whether the devices have been loaded (either successfully or with an error)