state_handler property

Pointer<NativeFunction<pj_status_t Function(Pointer<pjsip_transaction>, Pointer<pjsip_event>)>> state_handler
getter/setter pair

Handler according to current state.

Implementation

external ffi.Pointer<
        ffi.NativeFunction<
            pj_status_t Function(
                ffi.Pointer<pjsip_transaction>, ffi.Pointer<pjsip_event>)>>
    state_handler;