ReadScanDataResponse class

Constructors

ReadScanDataResponse({required String job, required OperationResult result, ByteBuffer? data, int? estimatedCompletion})
ReadScanDataResponse.fromJS(ReadScanDataResponse _wrapped)

Properties

data ByteBuffer?
If result is OperationResult.SUCCESS, the next chunk of scanned image data.
getter/setter pair
estimatedCompletion int?
If result is OperationResult.SUCCESS, an estimate of how much of the total scan data has been delivered so far, in the range 0-100.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
job String
Same job handle passed to readScanData().
getter/setter pair
result OperationResult
The backend result of reading data. If this is OperationResult.SUCCESS, data will contain the next (possibly zero-length) chunk of image data that was ready for reading. If this is OperationResult.EOF, data will contain the final chunk of image data.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → ReadScanDataResponse
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited