Meshtastic App
Toggle table of contents
android
common
jvm
Target filter
android
common
jvm
Switch theme
Search in API
Skip to content
Meshtastic App
core-common
/
org.meshtastic.core.common.util
/
CommonParcel
Common
Parcel
android
common
jvm
actual
typealias
CommonParcel
=
Parcel
(
source
)
expect
class
CommonParcel
(
source
)
Platform-agnostic Parcel representation for manual parceling (e.g. AIDL support).
actual
class
CommonParcel
(
source
)
Members
Constructors
Common
Parcel
Link copied to clipboard
jvm
constructor
(
)
Functions
create
Byte
Array
Link copied to clipboard
common
jvm
expect
fun
createByteArray
(
)
:
ByteArray
?
actual
fun
createByteArray
(
)
:
ByteArray
?
read
Float
Link copied to clipboard
common
jvm
expect
fun
readFloat
(
)
:
Float
actual
fun
readFloat
(
)
:
Float
read
Int
Link copied to clipboard
common
jvm
expect
fun
readInt
(
)
:
Int
actual
fun
readInt
(
)
:
Int
read
Long
Link copied to clipboard
common
jvm
expect
fun
readLong
(
)
:
Long
actual
fun
readLong
(
)
:
Long
read
String
Link copied to clipboard
common
jvm
expect
fun
readString
(
)
:
String
?
actual
fun
readString
(
)
:
String
?
write
Byte
Array
Link copied to clipboard
common
jvm
expect
fun
writeByteArray
(
b
:
ByteArray
?
)
actual
fun
writeByteArray
(
b
:
ByteArray
?
)