PDStack Middleware Library
app_resp_t Struct Reference

Description

Struct to hold response to policy manager.

Note: The app_resp_t structure is only used for responses that have a single DO. This may need to get extended if more DOs are to be supported.

Data Fields

cy_pd_pd_do_t respDo
 Response data object. More...
 
cy_en_pdstack_app_req_status_t reqStatus
 Request status. More...
 

Field Documentation

◆ respDo

cy_pd_pd_do_t app_resp_t::respDo

Response data object.

◆ reqStatus

cy_en_pdstack_app_req_status_t app_resp_t::reqStatus

Request status.