pjsip_transport_callback typedef

pjsip_transport_callback = Pointer<NativeFunction<Void Function(Pointer<pjsip_transport> tp, Pointer<Void> token, pj_ssize_t sent_bytes)>>

TRANSPORT

/ /** Type of callback to receive transport operation status.

Implementation

typedef pjsip_transport_callback = ffi.Pointer<
    ffi.NativeFunction<
        ffi.Void Function(ffi.Pointer<pjsip_transport> tp,
            ffi.Pointer<ffi.Void> token, pj_ssize_t sent_bytes)>>;