Kvaser CanKing GUI Extensions SDK - v7.5.1
    Preparing search index...

    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.

    Index

    Enumeration Members

    SIGNAL_ENCODING_INTEL: 0

    SIGNAL_ENCODING_INTEL - Intel / little endian encoding

    SIGNAL_ENCODING_MOTOROLA: 1

    SIGNAL_ENCODING_MOTOROLA - Motorola / big endian encoding

    UNRECOGNIZED: -1