toggle menu
animatedledstrip-core
1.0.5
common
switch theme
search in API
animatedledstrip-core
/
animatedledstrip.communication
/
Message
Message
data
class
Message
(
val
message
:
String
=
""
)
:
SendableData
Members
Constructors
Message
Link copied to clipboard
constructor
(
message
:
String
=
""
)
Properties
message
Link copied to clipboard
val
message
:
String
Functions
json
Link copied to clipboard
open
fun
json
(
)
:
ByteArray
json
String
Link copied to clipboard
open
fun
jsonString
(
)
:
String
json
String
With
Delimiter
Link copied to clipboard
open
fun
jsonStringWithDelimiter
(
)
:
String
json
With
Delimiter
Link copied to clipboard
open
fun
jsonWithDelimiter
(
)
:
ByteArray