Click or drag to resize
ICradleJoyaTouch Interface

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 interface ICradleJoyaTouch : ICradle, 
	IJavaObject, IDisposable

The ICradleJoyaTouch type exposes the following members.

Properties
  NameDescription
Public propertyIsDeviceInCradle
Checks if the device is inserted in the Cradle.
(Inherited from ICradle.)
Public propertyIsFastChargeEnabled
Checks if the device is currently in fast charge.
Public propertyType
Returns the specific type of this Cradle.
(Inherited from ICradle.)
Top
Methods
  NameDescription
Public methodAddCradleInsertionListener
Add a listener that is used in order to manage the insertion and extraction events from the Cradle.
(Inherited from ICradle.)
Public methodControlLed
Execute a specific action on the current LED.
Public methodControlLock
Execute a specific lock action.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetCradleState
Read the current state from the Joya Touch Cradle.
Public methodReadConfigArea
Read the configuration area from the Cradle.
Public methodReadCustomArea
Read the custom area from the Cradle.
Public methodRemoveCradleInsertionListener
Remove a listener previously inserted by the specific add method.
(Inherited from ICradle.)
Public methodReset
Method used to reset the Joya Touch Cradle.
Public methodWriteConfigArea
Write the configuration area into the Cradle.
Public methodWriteCustomArea
Write the custom area into the Cradle.
Top
Remarks
Interface for the Joya Touch Cradle.

[Android Documentation]

See Also