Click or drag to resize

IFrameCaptureListenerOnFrameCapture Method

onFrameCapture method will be called when a frame captured 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 OnFrameCapture(
	CapturedFrame p0
)

Parameters

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

onFrameCapture method will be called when a frame captured event is fired.

[Android Documentation]

See Also