CAN¶
Class that represents the Card Access Number parameter needed for NFC reading.
Currently not in use.
Properties¶
public var value: String
Value of the CAN.
public var checksum: String
Checksum of the value.
public var description: String { get }
Description of the parameters.
Public Methods¶
public init(value: String, checksum: String? = nil)
Constructor of the class.
-
Parameters:
- value: value of the CAN.
- checksum: checksum of the value of the CAN. If nil, it is automatically calculated.