Wi-Fi Connection Manager Library
cy_wcm_event_callback_params_t Struct Reference

Description

Structure which encapsulates the parameters of cy_wcm_event_callback_t function.

Data Fields

cy_wcm_event_t event
 WCM event type.
 
cy_wcm_event_data_tevent_data
 A pointer to the event data. More...
 

Field Documentation

◆ event_data

cy_wcm_event_data_t* cy_wcm_event_callback_params_t::event_data

A pointer to the event data.

The event data will be freed once the callback returns from the application