ClientTypes Enumeration
- Last UpdatedNov 06, 2025
- 1 minute read
The ClientTypes enumeration values specify the different types of MES client.
'Declaration
Public Enum ClientTypes
Inherits System.Enum
'Usage
Dim instance As ClientTypes
public enum ClientTypes : System.Enum
| Member | Description |
|---|---|
| clientBackgroundProcess | clientBackgroundProcess = 53 |
| clientConfigurator | ClientConfigurator = 35. This enumeration is no longer supported. |
| clientDataEditor | clientDataEditor = 54. This enumeration is no longer supported. |
| clientMessenger | clientMessenger = 55. This enumeration is no longer supported. |
| clientNDT | clientNDT = 63. This enumeration is no longer supported. |
| clientOperationsCapabilityObject | clientOperationsCapabilityObject = 65 |
| clientOperator | clientOperator = 37 |
| clientSampleRecordingObject | clientSampleRecordingObject = 68 |
| clientScheduler | clientScheduler = 57. This enumeration is no longer supported. |
| clientSupervisor | clientSupervisor = 36. This enumeration is no longer supported. |
| clientUtilizationCapabilityObject | clientUtilizationCapabilityObject = 64 |
System.Object
System.ValueType
System.Enum
FactMES.API.Core.ClientTypes