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

    Interface IMessageDatabase

    Properties of the MessageDatabase React component which can be retrieved using the useMessageDatabases hook.

    interface IMessageDatabase {
        messages: FrameDefinition[];
        name: string;
        sources: { identifier: string; name: string }[];
    }
    Index

    Properties

    Properties

    messages: FrameDefinition[]

    Messages in this database.

    name: string

    The name of the database.

    sources: { identifier: string; name: string }[]

    Names and identifiers of all sources using this database.