Device_Details

open class Device_Details(name: String, id: String, firmwareVersion: String, macAddress: String) : Serializable

Stores the details of BluPOINT devices

Constructors

Device_Details
Link copied to clipboard
fun Device_Details(name: String, mac: String, advertisedData: ArrayList<Byte>)
Device_Details
Link copied to clipboard
fun Device_Details(name: String, id: String, firmwareVersion: String, macAddress: String)

Properties

firmwareVersion
Link copied to clipboard
var firmwareVersion: String

Firmware version of the BluPOINT device

id
Link copied to clipboard
val id: String

Device ID of the BluPOINT device

macAddress
Link copied to clipboard
val macAddress: String

MAC address of the BluPOINT device

name
Link copied to clipboard
val name: String

Name of the BluPOINT device