Types

Link copied to clipboard
Link copied to clipboard
class DebugLog(notificationData: ByteArray) : SensorNotification
Link copied to clipboard
Link copied to clipboard
class Event(notificationData: ByteArray) : SensorNotification
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ModemRx(notificationData: ByteArray) : SensorNotification
Link copied to clipboard
class ModemTx(notificationData: ByteArray) : SensorNotification
Link copied to clipboard
Link copied to clipboard
class Unknown(notificationData: ByteArray) : SensorNotification

Properties

Link copied to clipboard
val code: Int

Code associated with notification

Link copied to clipboard

Notification data (first byte of notification is omitted)

Functions

Link copied to clipboard
open override fun toString(): String