Datalogic .NET SDK

HardwareOptions (Enumeration)

 

Syntax

 

   [Flags]

   public enum HardwareOptions: uint

   {

      Bluetooth = 0x00000001,

Camera = 0x00000002,

GPS = 0x00000004,

WWAN = 0x00000008,

Vibrator = 0x00000010,

[Obsolete("Use Accelerometer")]

GSensor = 0x00000020,

Accelerometer = 0x00000020

   }

 

 

Class                           : Device

Namespace                : Datalogic.API

Assembly                   : Datalogic.API.DLL
Level Architecture    :
Application

 

 

Description

Hardware Options Mask Definitions.

 

This enum is meant to provide constants which may be used directly to interpret or create the bit fields of a variable supplying available hardware information.

 

Name

Value

Description

Accelerometer

0x00000020

Accelerometer

Bluetooth

0x00000001

Bluetooth Capability.

Camera

0x00000002

Camera.

GPS

0x00000004

GPS.

WWAN

0x00000008

Wireless WAN.

Vibrator

0x00000010

Vibrator.

GSensor

0x00000020

Gravity Sensor (deprecated, use Accelerometer) .

 

 

 

Copyright © Datalogic ADC. All Right Reserved