DeviceIdProtocol

public protocol DeviceIdProtocol : AnyObject, Sendable

A Device ID.

  • Encode the DeviceId as a 16-character lowercase hex string, with leading 0s.

    Declaration

    Swift

    func toHexString() -> String
  • Get the number corresponding to this DeviceId.

    Declaration

    Swift

    func toU64() -> UInt64