Method | Description | |
---|---|---|
MqttConnectMessage ( string clientID, ushort keepAlive, bool cleanStart ) : System | ||
MqttConnectMessage ( string clientID, ushort keepAlive, string willTopic, byte willPayload, QoS willQos, bool willRetained, bool cleanStart ) : System | ||
MqttConnectMessage ( string clientID, ushort keepAlive, string userName, string password, bool cleanStart ) : System | ||
MqttConnectMessage ( string clientID, ushort keepAlive, string userName, string password, string willTopic, byte willPayload, QoS willQos, bool willRetained, bool cleanStart ) : System |
Method | Description | |
---|---|---|
ConstructFromStream ( System str ) : void | ||
SendPayload ( System str ) : void |
Method | Description | |
---|---|---|
SetConnectVariableHeaderCommon ( string clientID, ushort keepAlive ) : void |
protected ConstructFromStream ( System str ) : void | ||
str | System | |
return | void |
public MqttConnectMessage ( string clientID, ushort keepAlive, bool cleanStart ) : System | ||
clientID | string | |
keepAlive | ushort | |
cleanStart | bool | |
return | System |
public MqttConnectMessage ( string clientID, ushort keepAlive, string willTopic, byte willPayload, QoS willQos, bool willRetained, bool cleanStart ) : System | ||
clientID | string | |
keepAlive | ushort | |
willTopic | string | |
willPayload | byte | |
willQos | QoS | |
willRetained | bool | |
cleanStart | bool | |
return | System |
public MqttConnectMessage ( string clientID, ushort keepAlive, string userName, string password, bool cleanStart ) : System | ||
clientID | string | |
keepAlive | ushort | |
userName | string | |
password | string | |
cleanStart | bool | |
return | System |
public MqttConnectMessage ( string clientID, ushort keepAlive, string userName, string password, string willTopic, byte willPayload, QoS willQos, bool willRetained, bool cleanStart ) : System | ||
clientID | string | |
keepAlive | ushort | |
userName | string | |
password | string | |
willTopic | string | |
willPayload | byte | |
willQos | QoS | |
willRetained | bool | |
cleanStart | bool | |
return | System |