Class MqttMsgAuthenticationEventArgs
- Namespace
- nanoFramework.M2Mqtt.Messages
- Assembly
- nanoFramework.M2Mqtt.dll
Event Args class for CONNECT message received from client
public class MqttMsgAuthenticationEventArgs : EventArgs
- Inheritance
-
MqttMsgAuthenticationEventArgs
- Inherited Members
- Extension Methods
Constructors
MqttMsgAuthenticationEventArgs(MqttMsgAuthentication)
Constructor
public MqttMsgAuthenticationEventArgs(MqttMsgAuthentication authentication)
Parameters
authentication
MqttMsgAuthenticationCONNECT message received from client
Properties
Message
Message received from client
public MqttMsgAuthentication Message { get; }