Enum AgentType
Enumeration of the possible type of client agents.
Namespace: Fibula.Common.Contracts.Enumerations
Assembly: Fibula.Common.Contracts.dll
Syntax
public enum AgentType : ushort
Fields
Name | Description |
---|---|
Flash | The flash client. |
Linux | The Linux client. |
OtClientLinux | The Linux otclient. |
OtClientMac | The Mac otclient. |
OtClientWindows | The Windows otclient. |
Undefined | Undefined. |
Windows | The Windows client. |