Click or drag to resize

SavedFrame Class

Inheritance Hierarchy
Object
  Com.Datalogic.DecodeSavedFrame

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class SavedFrame : Object

The SavedFrame type exposes the following members.

Constructors
  NameDescription
Public methodSavedFrame
Initializes a new instance of the SavedFrame class
Top
Properties
  NameDescription
Public propertyFormat
Returns the format of the frame as FrameCaptureFormat
Public propertyHeight
Returns the height of the frame
Public propertyJniPeerMembers
To be added.
Public propertyMode
Returns the capture mode of the frame as FrameCaptureMode
Public propertyPath
Returns the path where the frame is saved
Public propertyTimestamp
Returns the timestamp of when the frame was captured
Public propertyWidth
Returns the width of the frame
Top
Remarks
SaveFrame is a data structure passed by FrameSaveListener.onFrameSave to retrieve frame data from the decoder.

[Android Documentation]

See Also