JacquardTag

public protocol JacquardTag

Base protocol for all types of Tag types.

  • Unique identify of the peripheral instance in the current running app on the current iOS device. (peripheral uuid)

    Declaration

    Swift

    var identifier: UUID { get }
  • A human readable string describing the tag.

    Note that this value may change over time, eg. when CoreBluetooth updates the name for a connected tag.

    Declaration

    Swift

    var displayName: String { get }