IQRF Gateway Daemon IqrfDb component configuration

interface IqrfGatewayDaemonDb {
    autoEnumerateBeforeInvoked: boolean;
    component: IqrfDb;
    enumerateOnLaunch: boolean;
    instance: string;
    metadataToMessages: boolean;
}

Hierarchy (View Summary)

Properties

autoEnumerateBeforeInvoked: boolean
component: IqrfDb
enumerateOnLaunch: boolean
instance: string
metadataToMessages: boolean