Device_Information

public class Device_Information : Codable

Used to set and get the device settings and information of BluPOINT devices.

  • id

    Device ID of the BluPOINT device

    Declaration

    Swift

    public let id: String
  • Name of the BluPOINT device.

    Declaration

    Swift

    public let name: String
  • MAC address of the BluPOINT device.

    Declaration

    Swift

    public var macAddress: String?
  • firmwareVersion of the BluPOINT device

    Declaration

    Swift

    public var firmwareVersion: String?
  • Tap settings of the BluPOINT device.

    Declaration

    Swift

    public var tapSettings: GestureSetting?
  • Twist settings of the BluPOINT device.

    Declaration

    Swift

    public var twistSettings: GestureSetting?
  • App specific of the BluPOINT device.

    Declaration

    Swift

    public var appSpecificSettings: GestureSetting?
  • Wave specific of the BluPOINT device.

    Declaration

    Swift

    public var waveSettings: GestureSetting?
  • Range specific of the BluPOINT device.

    Declaration

    Swift

    public var rangeSettings: GestureSetting?
  • AI of the BluPOINT device

    Declaration

    Swift

    public var aiSettings: GestureSetting?
  • Apple watch of the BluPOINT device.

    Declaration

    Swift

    public var appleWatchSettings: GestureSetting?
  • BluREMOTE settings of the BluPOINT device.

    Declaration

    Swift

    public var BluREMOTESettings: GestureSetting?
  • Enhanced tap settings of the BluPOINT device.

    Declaration

    Swift

    public var enhancedTapSettings: EnhancedTapSettings?
  • Wiegand settings of the BluPOINT device.

    Declaration

    Swift

    public var isWiegandEnabled: Bool?
  • Signal strength of the BluPOINT device.

    Declaration

    Swift

    public var signalStrength: Int
  • Reader ID of the BluPOINT device.

    Declaration

    Swift

    public var readerID: UInt32?
  • Last reported item of the BluPOINT device.

    Declaration

    Swift

    public var lastReported: Int64