requestSelect(_:)
Requests to select a functional unit on the scanner.
Declaration
func requestSelect(_ type: ICScannerFunctionalUnitType)Discussion
When the request has completed, scannerDevice(_:didSelect:error:) is called on the delegate.
Requests to select a functional unit on the scanner.
func requestSelect(_ type: ICScannerFunctionalUnitType)When the request has completed, scannerDevice(_:didSelect:error:) is called on the delegate.