ScannerModelItem
public class ScannerModelItem
Undocumented
-
Undocumented
Declaration
Swift
public let device: MetaWear -
Undocumented
Declaration
Swift
public internal(set) var isConnecting: Bool { get } -
See if the connect button should be enabled
Declaration
Swift
public var connectButtonEnabled: Bool { get } -
Listen for changes that would require changes to the UI
Declaration
Swift
public var stateDidChange: (() -> Void)? { get set } -
The UI can expose a ‘Connect’ button for each device, which in turn should call this
Declaration
Swift
public func toggleConnect()
View on GitHub
ScannerModelItem Class Reference