rpc_port_proxy_connected_event_cb typedef

rpc_port_proxy_connected_event_cb = Pointer<NativeFunction<rpc_port_proxy_connected_event_cbFunction>>

@brief Called when the proxy is connected. @details The function is called when the proxy is connected with stub by port. @since_tizen @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif @paramin receiver The target stub app id @paramin port_name The name of the port @paramin port The rpc port handle for reading and writing @paramin user_data The user data passed from the register function

Implementation

typedef rpc_port_proxy_connected_event_cb = ffi
    .Pointer<ffi.NativeFunction<rpc_port_proxy_connected_event_cbFunction>>;