Datalogic .NET SDK
OperatingSystem (Enumeration)
Syntax
[Obsolete("Use OSType instead")]
public enum OperatingSystem: int
{
Error = -1
WinCE = 0x00,
WinMobile = 0x01,
}
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
Copyright © Datalogic ADC. All Right Reserved