Contents

scannerDevice(_:didScanTo:)

Tells the client when the scanner receives the requested scan progress notification and a band of data is sent for each notification received.

Declaration

optional func scannerDevice(_ scanner: ICScannerDevice, didScanTo data: ICScannerBandData)

Discussion

In memory transfer mode, this method sends a band of the size selected by the client using the maxMemoryBandSize property.

See Also

Performing a Scan