Class AdminConstants
The common constants.
Inheritance
System.Object
AdminConstants
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.AdminTool
Assembly: FixAntenna.AdminTool.dll
Syntax
public sealed class AdminConstants
Fields
AdminProtocolVersionTag
Tag that contains version of admin protocol. Example: 2.0.12
Declaration
public const int AdminProtocolVersionTag = 10004
Field Value
Type | Description |
---|---|
System.Int32 |
DefaultCommandPackage
Package where situated command.
Declaration
public static string DefaultCommandPackage
Field Value
Type | Description |
---|---|
System.String |
MessageType
The admin message type.
Declaration
public const string MessageType = "n"
Field Value
Type | Description |
---|---|
System.String |
SendMessageDelimiter
Declaration
public const string SendMessageDelimiter = ""
Field Value
Type | Description |
---|---|
System.String |
TimezoneTag
Tag that contains component time zone. TimeZone format "+|- HH:MM, e.g. +03:00 or -03:00".
Declaration
public const int TimezoneTag = 10003
Field Value
Type | Description |
---|---|
System.Int32 |
XmlDataLenTag
The length of raw tag data.
Declaration
public const int XmlDataLenTag = 212
Field Value
Type | Description |
---|---|
System.Int32 |
XmlDataTag
The raw tag for xml data.
Declaration
public const int XmlDataTag = 213
Field Value
Type | Description |
---|---|
System.Int32 |