IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
Preparing search index...
Types
Config
IqrfGatewayDaemonMqttMessaging
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
)
IqrfGatewayDaemonComponentInstanceBase
<
IqrfMqttMessaging
>
IqrfGatewayDaemonMqttMessaging
Index
Properties
accept
Async
Msg
Broker
Addr
Client
Id
component
Connect
Timeout
Enabled
Cipher
Suites
Enable
Server
Cert
Auth
instance
Keep
Alive
Interval
Key
Store
Max
Reconnect
Min
Reconnect
Password
Persistence
Private
Key
Private
Key
Password
Qos
Topic
Request
Topic
Response
Trust
Store
User
Properties
accept
Async
Msg
acceptAsyncMsg
:
boolean
Broker
Addr
BrokerAddr
:
string
Client
Id
ClientId
:
string
component
component
:
IqrfMqttMessaging
Connect
Timeout
ConnectTimeout
:
number
Enabled
Cipher
Suites
EnabledCipherSuites
:
string
Enable
Server
Cert
Auth
EnableServerCertAuth
:
boolean
instance
instance
:
string
Keep
Alive
Interval
KeepAliveInterval
:
number
Key
Store
KeyStore
:
string
Max
Reconnect
MaxReconnect
:
number
Min
Reconnect
MinReconnect
:
number
Password
Password
:
string
Persistence
Persistence
:
IqrfGatewayDaemonMqttMessagingPersistence
Private
Key
PrivateKey
:
string
Private
Key
Password
PrivateKeyPassword
:
string
Qos
Qos
:
IqrfGatewayDaemonMqttMessagingQos
Topic
Request
TopicRequest
:
string
Topic
Response
TopicResponse
:
string
Trust
Store
TrustStore
:
string
User
User
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accept
Async
Msg
Broker
Addr
Client
Id
component
Connect
Timeout
Enabled
Cipher
Suites
Enable
Server
Cert
Auth
instance
Keep
Alive
Interval
Key
Store
Max
Reconnect
Min
Reconnect
Password
Persistence
Private
Key
Private
Key
Password
Qos
Topic
Request
Topic
Response
Trust
Store
User
IQRF Gateway Webapp JavaScript client - v0.3.0-beta.13
Loading...
IQRF Gateway Daemon MqttMessaging component configuration