IQRF Gateway Daemon WebSocketMessaging component configuration

interface IqrfGatewayDaemonWsMessaging {
    acceptAsyncMsg: boolean;
    component: IqrfWsMessaging;
    instance: string;
    RequiredInterfaces: RequiredInterface[];
}

Hierarchy (View Summary)

Properties

acceptAsyncMsg: boolean
component: IqrfWsMessaging
instance: string
RequiredInterfaces: RequiredInterface[]