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

ParamDescription
handle

Transport handle

buf

Command Buffer pointer

bufSizeCommand data size

Returns

Returns integer value

Remarks

None.