DeviceLinked

data class DeviceLinked(val satDeviceConnection: SatDeviceConnection) : GlobalEvent

Event indicating a satellite device has been successfully linked.

Constructors

Link copied to clipboard
constructor(satDeviceConnection: SatDeviceConnection)

Properties

Link copied to clipboard

The connection to the newly linked device.