MBScanState
@objc
public enum MBScanState : Int
Enum that describes the current scanning state
-
Scanning hasn’t started
Declaration
Swift
case notStarted -
Scanning front side state
Declaration
Swift
case frontSide -
Scanning back side state
Declaration
Swift
case backSide -
Scanning any side state
Declaration
Swift
case anySide
View on GitHub
Install in Dash
MBScanState Enumeration Reference