1.1.18.7.2 WDRV_WINC_MQTT_USER_PROP_CALLBACK Typedef
C
typedef void (*WDRV_WINC_MQTT_USER_PROP_CALLBACK) ( DRV_HANDLE handle, const WDRV_WINC_MQTT_USER_PROP *const pUserProps );
Description
Callback is called when a user property is received.
Parameters
Parameters | Description |
---|---|
handle | Client handle obtained by a call to WDRV_WINC_Open . |
pUserProps | Pointer to user property structure. |
Returns
None.
Remarks
None.