rpc_port_stub_connected_event_cb typedef

rpc_port_stub_connected_event_cb = Pointer<NativeFunction<rpc_port_stub_connected_event_cbFunction>>

@brief Called when the proxy is connected with stub. @details The function is called when the proxy is connected with stub. When a proxy connects to stub several times with new port, you can handle each request by using @a instance. @since_tizen @if MOBILE 4.0 @elseif WEARABLE 5.0 @endif @paramin sender The target proxy app id @paramin instance The information of the request @paramin user_data The user data passed from the register function

Implementation

typedef rpc_port_stub_connected_event_cb
    = ffi.Pointer<ffi.NativeFunction<rpc_port_stub_connected_event_cbFunction>>;