emulinker
Toggle table of contents
1.0.2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
emulinker
emulinker
/
org.emulinker.kaillera.controller.v086.protocol
/
V086Bundle
V086Bundle
sealed
interface
V086Bundle
:
ByteBufferMessage
,
ReferenceCounted
Inheritors
Single
Multi
Members
Types
Companion
Link copied to clipboard
object
Companion
Multi
Link copied to clipboard
class
Multi
(
val
messages
:
Array
<
V086Message
?
>
,
numToWrite
:
Int
=
Int.MAX_VALUE
)
:
V086Bundle
Single
Link copied to clipboard
@
JvmInline
value
class
Single
(
val
message
:
V086Message
)
:
V086Bundle
Properties
body
Bytes
Plus
Message
Id
Type
Link copied to clipboard
abstract
val
bodyBytesPlusMessageIdType
:
Int
Functions
ref
Cnt
Link copied to clipboard
abstract
fun
refCnt
(
)
:
Int
release
Link copied to clipboard
abstract
fun
release
(
)
:
Boolean
abstract
fun
release
(
p0
:
Int
)
:
Boolean
retain
Link copied to clipboard
abstract
fun
retain
(
)
:
ReferenceCounted
?
abstract
fun
retain
(
p0
:
Int
)
:
ReferenceCounted
?
touch
Link copied to clipboard
abstract
fun
touch
(
)
:
ReferenceCounted
?
abstract
fun
touch
(
p0
:
Any
?
)
:
ReferenceCounted
?
write
To
Link copied to clipboard
abstract
fun
writeTo
(
buffer
:
ByteBuf
)