Datalogic .NET SDK

OperatingSystem (Enumeration)

 

Syntax

   [Obsolete("Use OSType instead")]                     

   public enum OperatingSystem: int

   {

      Error = -1

      WinCE = 0x00,

      WinMobile = 0x01,

   }

 

 

Class                           : Device

Namespace                : Datalogic.API

Assembly                   : Datalogic.API.DLL

 

 

Description

Operating System ids.

 

 

Name

Value

Description

Error

-1

Error retrieving operating system.

WinCE

0x00

WinCE.

WinMobile

0x01

Windows Mobile.

 

 

Remarks

This enumeration is marked as Obsolete and will not be supported in the future releases.

 

 

See Also

Device.OSType (Enum).

 

 

 

Copyright © Datalogic ADC. All Right Reserved