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

    Interface ApiPreferences

    A message to be included in all request messages to control the responses.

    interface ApiPreferences {
        language: string;
        useHexNumericBase: boolean;
        username: string;
        version: string;
    }
    Index

    Properties

    language: string

    The preferred UI language.

    useHexNumericBase: boolean

    The preferred numeric base for message identifiers and message data

    username: string

    The current user.

    version: string

    The API version used by the client.