IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
    Preparing search index...

    Interface IqrfGatewayDaemonDb

    IQRF Gateway Daemon IqrfDb component configuration

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

    Hierarchy (View Summary)

    Index

    Properties

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