UNPKG

@kvaser/canking-api

Version:

CanKing API to communicate with the CanKing service using Node.js.

51 lines (27 loc) 1.01 kB
[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md) *** [Kvaser CanKing GUI Extensions SDK](../../modules.md) / [models](../README.md) / StatusLevel # Enumeration: StatusLevel Possible CAN frame flags. The flag value must match the canlib flag value. NOTE (known proto3 deviation): The zero value is STATUS_LEVEL_NONE rather than STATUS_LEVEL_UNSPECIFIED because the backend maps these values directly to an internal status level enum where 0 = None (no status set). Changing the zero value would require cascading changes across the service implementation. ## Enumeration Members ### STATUS\_LEVEL\_ERROR > **STATUS\_LEVEL\_ERROR**: `3` STATUS_LEVEL_ERROR - Status is error. *** ### STATUS\_LEVEL\_NONE > **STATUS\_LEVEL\_NONE**: `0` *** ### STATUS\_LEVEL\_OK > **STATUS\_LEVEL\_OK**: `1` STATUS_LEVEL_OK - Status is OK. *** ### STATUS\_LEVEL\_WARNING > **STATUS\_LEVEL\_WARNING**: `2` STATUS_LEVEL_WARNING - Status is warning. *** ### UNRECOGNIZED > **UNRECOGNIZED**: `-1`