Click or drag to resize
GenericArea Class
Inheritance Hierarchy

Namespace: Com.Datalogic.Extension.Selfshopping.Cradle.Joyatouch
Assembly: datalogic-xamarin-sdk-selfshopping (in datalogic-xamarin-sdk-selfshopping.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class GenericArea : Object

The GenericArea type exposes the following members.

Constructors
  NameDescription
Public methodGenericArea
Initializes a new instance of the GenericArea class
Public methodGenericArea(Byte)
Initializes a new instance of the GenericArea class
Public methodGenericArea(Int32)
Initializes a new instance of the GenericArea class
Top
Properties
  NameDescription
Public propertySize
Gets the area size.
Top
Methods
  NameDescription
Public methodGetContent
Gets the content of this area.
Public methodSetContent
Sets the content of this area.
Top
Remarks
Class representing a generic area of data, consisting in an array of bytes and its size.

[Android Documentation]

See Also