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

    Interface IqrfGatewayDaemonMqttMessaging

    IQRF Gateway Daemon MqttMessaging component configuration

    interface IqrfGatewayDaemonMqttMessaging {
        acceptAsyncMsg: boolean;
        BrokerAddr: string;
        ClientId: string;
        component: IqrfMqttMessaging;
        ConnectTimeout: number;
        EnabledCipherSuites: string;
        EnableServerCertAuth: boolean;
        instance: string;
        KeepAliveInterval: number;
        KeyStore: string;
        MaxReconnect: number;
        MinReconnect: number;
        Password: string;
        Persistence: IqrfGatewayDaemonMqttMessagingPersistence;
        PrivateKey: string;
        PrivateKeyPassword: string;
        Qos: IqrfGatewayDaemonMqttMessagingQos;
        TopicRequest: string;
        TopicResponse: string;
        TrustStore: string;
        User: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    acceptAsyncMsg: boolean
    BrokerAddr: string
    ClientId: string
    ConnectTimeout: number
    EnabledCipherSuites: string
    EnableServerCertAuth: boolean
    instance: string
    KeepAliveInterval: number
    KeyStore: string
    MaxReconnect: number
    MinReconnect: number
    Password: string
    PrivateKey: string
    PrivateKeyPassword: string
    TopicRequest: string
    TopicResponse: string
    TrustStore: string
    User: string