Click or drag to resize

IReadListenerOnRead Method

onRead method will be called when a good read event is fired.

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void OnRead(
	IDecodeResult p0
)

Parameters

p0
Type: Com.Datalogic.DecodeIDecodeResult
To be added.
Remarks

onRead method will be called when a good read event is fired.

[Android Documentation]

See Also