Message

data class Message(val connection: SatDeviceConnection, val messageEvent: MessageEvent) : GlobalEvent

Event indicating a message-related event has occurred.

Constructors

Link copied to clipboard
constructor(connection: SatDeviceConnection, messageEvent: MessageEvent)

Properties

Link copied to clipboard

The connection through which the message event occurred.

Link copied to clipboard

The specific message event.