Skip to content

OTPModuleIdentifier

dsmurfin edited this page Aug 28, 2021 · 2 revisions

OTPModuleIdentifier

OTP Module Identifier

public struct OTPModuleIdentifier: Comparable, Hashable 

The combination of OTPManufacturerID, OTPModuleNumber, which uniquely identifies an OTPModule.

Inheritance

Comparable, Hashable

Properties

logDescription

A human-readable log description of this module identifier

public var logDescription: String 

Operators

<

OTP Module Identifier Comparable

public static func < (lhs: Self, rhs: Self) -> Bool 

Parameters

  • lhs: The first instance to be compared.
  • rhs: The second instance to be compared.

Returns

Whether the first instance is considered smaller than the second.

Clone this wiki locally