toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.ffi
/
FFIDelegateByteProperty
FFIDelegate
Byte
Property
inline
class
FFIDelegateByteProperty
(
val
offset
:
Int
)
Members
Constructors
FFIDelegate
Byte
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
<
*
>
)
:
Byte
set
Value
Link copied to clipboard
operator
fun
setValue
(
obj
:
FFIStructure
,
property
:
KProperty
<
*
>
,
i
:
Byte
)