![]() |
PDK API Guide for J721E
|
Input parameters for Sciclient_service function.
Data Fields | |
| uint16_t | messageType |
| uint32_t | flags |
| const uint8_t * | pReqPayload |
| uint32_t | reqPayloadSize |
| uint32_t | timeout |
| uint8_t | forwardStatus |
| uint16_t Sciclient_ReqPrm_t::messageType |
[IN] Type of message.
| uint32_t Sciclient_ReqPrm_t::flags |
[IN] Flags for messages that are being transmitted.
| const uint8_t* Sciclient_ReqPrm_t::pReqPayload |
[IN] Pointer to the payload to be transmitted
| uint32_t Sciclient_ReqPrm_t::reqPayloadSize |
[IN] Size of the payload to be transmitted (in bytes)
| uint32_t Sciclient_ReqPrm_t::timeout |
[IN] Timeout(number of iterations) for receiving response (Refer Sciclient_ServiceOperationTimeout)
| uint8_t Sciclient_ReqPrm_t::forwardStatus |
[IN] Indicates whether the request is being forwarded to another service provider. Only to be set internally by sciserver, if integrated into this build. Unused otherwise.