AM64x MCU+ SDK  08.02.00

Detailed Description

Output parameters for Sciclient_service function.

Data Fields

uint32_t flags
 
uint8_t * pRespPayload
 
uint32_t respPayloadSize
 

Field Documentation

◆ flags

uint32_t Sciclient_RespPrm_t::flags

[OUT] Flags of response to messages.

◆ pRespPayload

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.

◆ respPayloadSize

uint32_t Sciclient_RespPrm_t::respPayloadSize

[IN] Size of the response payload(in bytes)