toggle menu
animatedledstrip-core
1.0.5
common
switch theme
search in API
animatedledstrip-core
/
animatedledstrip.communication
/
Command
Command
data
class
Command
(
val
command
:
String
=
""
)
:
SendableData
Send a command for the server to execute
Members
Constructors
Command
Link copied to clipboard
constructor
(
command
:
String
=
""
)
Properties
command
Link copied to clipboard
val
command
:
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