[**Kvaser CanKing GUI Extensions SDK v7.5.1**](../../README.md)

***

[Kvaser CanKing GUI Extensions SDK](../../modules.md) / [models](../README.md) / SignalEncoding

# Enumeration: SignalEncoding

Possible signal encodings. The value must match the kvadblib value.

NOTE (known proto3 deviation): The zero value is SIGNAL_ENCODING_INTEL rather than
SIGNAL_ENCODING_UNSPECIFIED because the values are mapped directly to kvadblib constants
(0 = Intel/little-endian). Changing the zero value would require cascading changes
across the service implementation.

## Enumeration Members

### SIGNAL\_ENCODING\_INTEL

> **SIGNAL\_ENCODING\_INTEL**: `0`

SIGNAL_ENCODING_INTEL - Intel / little endian encoding

***

### SIGNAL\_ENCODING\_MOTOROLA

> **SIGNAL\_ENCODING\_MOTOROLA**: `1`

SIGNAL_ENCODING_MOTOROLA - Motorola / big endian encoding

***

### UNRECOGNIZED

> **UNRECOGNIZED**: `-1`
