ModemRx

class ModemRx(notificationData: ByteArray) : SensorNotification

Constructors

Link copied to clipboard
constructor(notificationData: ByteArray)

Properties

Link copied to clipboard
val code: Int

Code associated with notification

Link copied to clipboard

Notification data (first byte of notification is omitted)

Link copied to clipboard

Modem data as ASCII string. End of line is represented by new line character '\n'

Functions

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