Click or drag to resize

BootType Class

Inheritance Hierarchy
Enum
  Com.Datalogic.DeviceBootType

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

The BootType type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberEnterpriseReset
Enterprise reset
Public propertyStatic memberFactoryReset
Factory reset
Public propertyJniPeerMembers
To be added.
Public propertyStatic memberReset
Software reset
Top
Methods
  NameDescription
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
The BootType enumeration defines the type of boot reason.

[Android Documentation]

See Also