public interface enumMessageType
extends java.io.Serializable
Description: 'Indicates the type of Tracking message.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static int |
msgtypeCOMMAND
Command Message.
|
static int |
msgtypeDATA
Data Message.
|
static int |
msgtypeRESPONSE
Command Response Message.
|
static int |
msgtypeSTATUS
Status Message.
|
static final int msgtypeCOMMAND
static final int msgtypeDATA
static final int msgtypeRESPONSE
static final int msgtypeSTATUS