@kvaser/canking-api
Version:
CanKing API to communicate with the CanKing service using Node.js.
34 lines (17 loc) • 672 B
Markdown
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)
***
[Kvaser CanKing GUI Extensions SDK](../../modules.md) / [hooks](../README.md) / IDevicesContext
Interface: IDevicesContext
Device context value.
# Properties
## devices
**devices**: [`Device`](../../models/interfaces/Device.md)[] \| `null`
Can be null if the devices have not been loaded yet or if there was an error loading them
***
## error
**error**: `Error` \| `null`
If there was an error loading the devices, this can contain the error details
***
## isLoaded
**isLoaded**: `boolean`
Indicates whether the devices have been loaded (either successfully or with an error)