Hermes
Toggle table of contents
0.2.1
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Hermes
ftc
/
com.acmerobotics.roadrunner.logs
/
MessageSchema
Message
Schema
sealed
interface
MessageSchema
Inheritors
StructSchema
PrimitiveSchema
EnumSchema
ArraySchema
Members
Functions
encode
Link copied to clipboard
abstract
fun
encode
(
b
:
ByteBuffer
)
encoded
Obj
Size
Link copied to clipboard
abstract
fun
encodedObjSize
(
o
:
Any
)
:
Int
encoded
Size
Link copied to clipboard
abstract
fun
encodedSize
(
)
:
Int
encode
Obj
Link copied to clipboard
abstract
fun
encodeObj
(
o
:
Any
,
b
:
ByteBuffer
)