Device_Details
public class Device_Details : Device
This class provides the firmware version and MAC Address of the BluPOINT device.
-
Firmware version of the BluPOINT device
Declaration
Swift
public let firmwareVersion: String
-
MAC address of the BluPOINT device
Declaration
Swift
public let macAddress: String
-
Declaration
Swift
public override func encode(to encoder: Encoder) throws