Settings

MqttClient settings

Members

Variables

clientId
string clientId;

Client Id to identify within message broker (must be unique)

host
string host;

message broker address

password
string password;

user password

port
ushort port;

message broker port

retryAttempts
int retryAttempts;

how many times will client try to resend QoS1 and QoS2 packets

retryDelay
int retryDelay;
Undocumented in source.
userName
string userName;

optional user name to login with

Meta