rpc_system_app_send_started

Function rpc_system_app_send_started 

Source
pub unsafe extern "C" fn rpc_system_app_send_started(
    rpc_app: *mut RpcAppSystem,
)
Expand description

Send a notification that an RpcAppSystem instance has been started and is ready.

Call this function once right after acquiring an RPC context and setting the callback.

ยงArguments

  • rpc_app (direction in, out) - pointer to the instance to be used.