Click or drag to resize

AvailableSourcePower Class

Inheritance Hierarchy
Enum
  Com.Datalogic.CradleAvailableSourcePower

Namespace:  Com.Datalogic.Cradle
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class AvailableSourcePower : Enum

The AvailableSourcePower type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAvailableSourcePower10Watt
Cradle are charging the device with 10 watt.
Public propertyStatic memberAvailableSourcePower15Watt
Cradle are charging the device with 15 watt.
Public propertyStatic memberAvailableSourcePower5Watt
Cradle are charging the device with 5 watt.
Public propertyStatic memberAvailableSourcePowerLevelUnknown
Unknown Cradle charging level.
Public propertyStatic memberAvailableSourcePowerNotSupported
Cradle Type or Device don't support this information.
Public propertyJniPeerMembers
To be added.
Top
Methods
  NameDescription
Public methodStatic memberFromInt
Retrieves the corresponding AvailableSourcePower value, from a valid integer.
Public methodToInt
Converts the AvailableSourcePower enum to its integer representing value.
Public methodStatic memberValueOf
Returns the enum constant of this type with the specified name.
Public methodStatic memberValues
Returns an array containing the constants of this enum type, in the order they are declared.
Top
Remarks
Enumerative representing the Cradle Available Source Power Level depending on the cradle configuration.

[Android Documentation]

See Also