Click or drag to resize

IDecodeResult Interface

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IDecodeResult : IJavaObject, 
	IDisposable, IJavaPeerable

The IDecodeResult type exposes the following members.

Properties
  NameDescription
Public propertyBarcodeID

Returns the BarcodeID of the read data.

Public propertyText
Returns the decoded result as a formatted String.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetRawData
Returns the raw decoded data result from scanner as a byte array.
Top
Remarks
DecodeResult is an interface passed by OnRead(IDecodeResult) to retrieve scanned data from the decoder.

[Android Documentation]

See Also