destroy property
Pointer<NativeFunction<pj_status_t Function(Pointer<pjsip_transport> transport)> >
destroy
getter/setter pair
Forcefully destroy this transport regardless whether there are objects that currently use this transport. This function should only be called by transport manager or other internal objects (such as the transport itself) who know what they're doing. Application should use #pjsip_transport_shutdown() instead.
@param transport The transport.
@return PJ_SUCCESS on success.
Implementation
external ffi.Pointer<
ffi.NativeFunction<
pj_status_t Function(ffi.Pointer<pjsip_transport> transport)>>
destroy;