CardObjectIdentifierType
public protocol CardObjectIdentifierType : Equatable, ExpressibleByStringLiteral
Undocumented
-
The representation for the Card Object Identifier (E.g. AID, FID)
Declaration
Swift
var rawValue: Data { get } -
Figure out whether a value could be plausible as identifier type
Declaration
Swift
static func isValid(_ value: Data) -> Result<Data, Error>
-
==(_:_:)Extension methodCheck for equality
Declaration
Swift
public static func == (lhs: Self, rhs: Self) -> BoolParameters
lhsvalue
rhsvalue
Return Value
true when rhs and lhs are considered equal