create_transport property
Pointer<NativeFunction<pj_status_t Function(Pointer<pjsip_tpfactory> factory1, Pointer<pjsip_tpmgr> mgr, Pointer<pjsip_endpoint> endpt, Pointer<pj_sockaddr> rem_addr, Int addr_len, Pointer<Pointer<pjsip_transport> > transport)> >
create_transport
getter/setter pair
Create new outbound connection suitable for sending SIP message to specified remote address. Note that the factory is responsible for both creating the transport and registering it to the transport manager.
Implementation
external ffi.Pointer<
ffi.NativeFunction<
pj_status_t Function(
ffi.Pointer<pjsip_tpfactory> factory1,
ffi.Pointer<pjsip_tpmgr> mgr,
ffi.Pointer<pjsip_endpoint> endpt,
ffi.Pointer<pj_sockaddr> rem_addr,
ffi.Int addr_len,
ffi.Pointer<ffi.Pointer<pjsip_transport>> transport)>>
create_transport;