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

    Interface FramePropertyValue

    A message that holds an extra frame property.

    interface FramePropertyValue {
        doubleValue?: number;
        stringValue?: string;
    }
    Index

    Properties

    doubleValue?: number

    Double value.

    stringValue?: string

    String value.