MQTTAuthProperties (STRUCT)ΒΆ
TYPE MQTTAuthProperties : STRUCT
Auth properties (MQTT V5) MQTTAuthProperties can be send to the server via the method MQTTClient.SendAuth(). The content of pbAuthenticationData depends on the authentication method.
- InOut:
Name
Type
Comment
wsAuthenticationMethodWSTRINGName of the authentication method
pbAuthenticationDataPOINTER TO BYTE
Binary Data containing authentication data
udiAuthenticationDataSizeUDINTSize of pbAuthenticationData
userPropertiesARRAY [0..(MQTTParam.g_udiMaxUserProperties - 1)] OF MQTTStringPair
User defined properties