SetShortField property

Pointer<NativeFunction<JThrowablePtr Function(JObjectPtr obj, JFieldIDPtr fieldID, JShortMarker val)>> SetShortField
getter/setter pair

Implementation

external ffi.Pointer<
        ffi.NativeFunction<
            JThrowablePtr Function(
                JObjectPtr obj, JFieldIDPtr fieldID, JShortMarker val)>>
    SetShortField;