ZTCode

data class ZTCode(serial: String, leftMacAddress: String, rightMacAddress: String, rawCode: String, identifier: String?, SN: String?)

ZTCode

Author

Alexandre Lemoult <a.lemoult@zhortech.com>

Constructors

ZTCode
Link copied to clipboard
fun ZTCode(serial: String, leftMacAddress: String, rightMacAddress: String, rawCode: String, identifier: String? = null, SN: String? = null)

Types

Companion
Link copied to clipboard
object Companion

Properties

identifier
Link copied to clipboard
val identifier: String? = null
leftMacAddress
Link copied to clipboard
val leftMacAddress: String
rawCode
Link copied to clipboard
val rawCode: String
rightMacAddress
Link copied to clipboard
val rightMacAddress: String
serial
Link copied to clipboard
val serial: String
SN
Link copied to clipboard
val SN: String? = null