Click or drag to resize
ConfigArea Class
Inheritance Hierarchy
Object
  Com.Datalogic.Extension.Selfshopping.Cradle.JoyatouchGenericArea
    Com.Datalogic.Extension.Selfshopping.Cradle.JoyatouchConfigArea

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 ConfigArea : GenericArea

The ConfigArea type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyFastChargeEnabled
Gets a value representing if the fast charge is enabled or disabled in the current configuration area of the Joya Touch Cradle.
Public propertySize
Gets the area size.
(Inherited from GenericArea.)
Top
Methods
  NameDescription
Public methodGetContent
Gets the content of this area.
(Inherited from GenericArea.)
Public methodSetContent
Sets the content of this area.
(Inherited from GenericArea.)
Top
Remarks
Class representing the Joya Touch configuration area, consisting in an array of bytes and its size. Each Cradle slot contains one of these areas. An exposed method allows to get or set the fast charge value contained in one of the bytes of the configuration area.

[Android Documentation]

See Also