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

ParametersDescription
handleClient handle obtained by a call to WDRV_WINC_Open.
pUserPropsPointer to user property structure.

Returns

None.

Remarks

None.