ScanningModeSwitchValues
enum ScanningModeSwitchValues : Int
This enum has the scanning on/off states, expressed as 0-based Int.
-
The SDK is not scanning for Peripherals.
Declaration
Swift
case notScanning
-
The SDK is scanning for Peripherals.
Declaration
Swift
case scanning