RadioNotConnectedException

open class RadioNotConnectedException(message: String = "Not connected to radio") : Exception(source)

Exception thrown when an operation is attempted while not connected to a mesh radio.

Constructors

Link copied to clipboard
constructor(message: String = "Not connected to radio")

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?