Device

public class Device : Codable

This class provides the BluPOINT device name and ID.

  • BluPOINT device name.

    Declaration

    Swift

    public let name: String
  • id

    BluPOINT device ID.

    Declaration

    Swift

    public let id: String
  • Declaration

    Swift

    required public init(from decoder: Decoder) throws