MeshMessageResponse

data class MeshMessageResponse(val opcode: MeshOpcode, val parameters: ByteArray)

Response to an acknowledged mesh message.

Constructors

Link copied to clipboard
constructor(opcode: MeshOpcode, parameters: ByteArray)

Properties

Link copied to clipboard

The status opcode from the server.

Link copied to clipboard

Status parameters from the server.