PDK API Guide for J721E

Detailed Description

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
 

Field Documentation

◆ messageType

uint16_t Sciclient_ReqPrm_t::messageType

[IN] Type of message.

◆ flags

uint32_t Sciclient_ReqPrm_t::flags

[IN] Flags for messages that are being transmitted.

◆ pReqPayload

const uint8_t* Sciclient_ReqPrm_t::pReqPayload

[IN] Pointer to the payload to be transmitted

◆ reqPayloadSize

uint32_t Sciclient_ReqPrm_t::reqPayloadSize

[IN] Size of the payload to be transmitted (in bytes)

◆ timeout

uint32_t Sciclient_ReqPrm_t::timeout

[IN] Timeout(number of iterations) for receiving response (Refer Sciclient_ServiceOperationTimeout)

◆ forwardStatus

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.