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
/
FFIDelegateFixedBytesProperty
FFIDelegate
Fixed
Bytes
Property
class
FFIDelegateFixedBytesProperty
(
val
offset
:
Int
,
val
size
:
Int
)
Members
Constructors
FFIDelegate
Fixed
Bytes
Property
Link copied to clipboard
constructor
(
offset
:
Int
,
size
:
Int
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
offset
Link copied to clipboard
val
offset
:
Int
size
Link copied to clipboard
val
size
:
Int
Functions
get
Value
Link copied to clipboard
operator
fun
getValue
(
obj
:
FFIStructure
,
property
:
KProperty
<
*
>
)
:
ByteArray
set
Value
Link copied to clipboard
operator
fun
setValue
(
obj
:
FFIStructure
,
property
:
KProperty
<
*
>
,
i
:
ByteArray
)