CallByteMethodV property

Pointer<NativeFunction<JByteMarker Function(Pointer<JniEnv1>, JObjectPtr, JMethodIDPtr, Pointer<Void>)>> CallByteMethodV
getter/setter pair

Implementation

external ffi.Pointer<
    ffi.NativeFunction<
        JByteMarker Function(ffi.Pointer<JniEnv1>, JObjectPtr, JMethodIDPtr,
            ffi.Pointer<ffi.Void>)>> CallByteMethodV;