korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-ffi-legacy
/
korlibs.ffi
/
FFIDelegateIntProperty
FFIDelegate
Int
Property
inline
class
FFIDelegateIntProperty
(
val
offset
:
Int
)
Members
Constructors
FFIDelegate
Int
Property
Link copied to clipboard
constructor
(
offset
:
Int
)
Properties
offset
Link copied to clipboard
val
offset
:
Int
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
obj
:
FFIStructure
,
property
:
KProperty
<
*
>
)
:
Int
set
Value
Link copied to clipboard
operator
fun
setValue
(
obj
:
FFIStructure
,
property
:
KProperty
<
*
>
,
i
:
Int
)