disconnected property

Pointer<NativeFunction<Void Function(Int32, Pointer<Int8>)>> disconnected
getter/setter pair

Implementation

external ffi.Pointer<
    ffi.NativeFunction<
        ffi.Void Function(ffi.Int32, ffi.Pointer<ffi.Int8>)>> disconnected;