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