Command

data class Command(val command: String = "") : SendableData

Send a command for the server to execute

Constructors

Link copied to clipboard
constructor(command: String = "")

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun json(): ByteArray
Link copied to clipboard
open fun jsonString(): String
Link copied to clipboard
Link copied to clipboard