@kvaser/canking-api
Version:
CanKing API to communicate with the CanKing service using Node.js.
66 lines (33 loc) • 810 B
Markdown
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)
***
[Kvaser CanKing GUI Extensions SDK](../../modules.md) / [hooks](../README.md) / ISignalData
Interface: ISignalData
Interface for signal data.
# Properties
## doubleValue
**doubleValue**: `number`
The double value of the signal.
***
## name
**name**: `string`
The name of the signal.
***
## qualifiedName
**qualifiedName**: `string`
The qualified name of the signal.
***
## sourceId?
`optional` **sourceId**: `string`
The source identifier of the signal.
***
## stringValue?
`optional` **stringValue**: `string`
Optional string value of the signal.
***
## timeUs
**timeUs**: `Long`
The timestamp of the signal data in microseconds.
***
## unit
**unit**: `string`
The unit of the signal.