Output parameters for Sciclient_service function.
Data Fields | |
uint32_t | flags |
uint8_t * | pRespPayload |
uint32_t | respPayloadSize |
uint32_t Sciclient_RespPrm_t::flags |
[OUT] Flags of response to messages.
uint8_t* Sciclient_RespPrm_t::pRespPayload |
[IN] Pointer to the received payload. The pointer is an input. The API will populate this with the firmware response upto the size mentioned in respPayloadSize. Please ensure respPayloadSize bytes are allocated.
uint32_t Sciclient_RespPrm_t::respPayloadSize |
[IN] Size of the response payload(in bytes)