OTA_SERVICE_Transport_MsgSend
C
uint32_t OTA_SERVICE_Transport_MsgSend(void* handle, char* buf, uint32_t bufSize)
Summary
Send command to RNBD.
Description
This function send command to RNBD from Transport layer.
Precondition
None.
Parameters
Param | Description |
---|---|
handle |
Transport handle |
buf |
Command Buffer pointer |
bufSize | Command data size |
Returns
Returns integer value
Remarks
None.