pub unsafe extern "C" fn rpc_system_app_exchange_data(
rpc_app: *mut RpcAppSystem,
data: *const u8,
data_size: usize,
)Expand description
Send a byte array of arbitrary data to the client using an RpcAppSystem instance.
ยงArguments
rpc_app(direction in, out) - pointer to the instance to be used.data(direction in) - pointer to the data buffer to be sent.data_size(direction in) - size of the data buffer, in bytes.