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

    Interface SignalValue

    A message that holds a signal's value.

    interface SignalValue {
        doubleValue: number;
        name: string;
        qualifiedName: string;
        stringValue?: string;
        unit: string;
    }
    Index

    Properties

    doubleValue: number

    Numeric representation of the signal value.

    name: string

    Name of the signal.

    qualifiedName: string

    Qualified name of the signal.

    stringValue?: string

    Text representation of the signal value if this is an enumeration signal.

    unit: string

    Unit of the signal.