ReaderStatus
public enum ReaderStatus
Constants indicating the status of the reader
-
Waiting for connecting to the reader
Declaration
Swift
case connecting
-
Connected to the reader.
Declaration
Swift
case connected
-
Disconnected from the reader.
Declaration
Swift
case disconnected
-
Starts inventory.
Declaration
Swift
case startInventory
-
Stops inventory.
Declaration
Swift
case stopInventory