@kvaser/canking-api
Version:
CanKing API to communicate with the CanKing service using Node.js.
50 lines (25 loc) • 675 B
Markdown
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)
***
[Kvaser CanKing GUI Extensions SDK](../../modules.md) / [models](../README.md) / SignalValue
Interface: SignalValue
A message that holds a signal's value.
# Properties
## doubleValue
**doubleValue**: `number`
Numeric representation of the signal value.
***
## name
**name**: `string`
Name of the signal.
***
## qualifiedName
**qualifiedName**: `string`
Qualified name of the signal.
***
## stringValue?
`optional` **stringValue**: `string`
Text representation of the signal value if this is an enumeration signal.
***
## unit
**unit**: `string`
Unit of the signal.