com.esri.arcgis.geodatabaseextensions
Interface enumMessageType

All Superinterfaces:
Serializable

public interface enumMessageType
extends Serializable

Indicates the type of Tracking message.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Field Summary
static int msgtypeCOMMAND
          Command Message.
static int msgtypeDATA
          Data Message.
static int msgtypeRESPONSE
          Command Response Message.
static int msgtypeSTATUS
          Status Message.
 

Field Detail

msgtypeCOMMAND

static final int msgtypeCOMMAND
Command Message.

See Also:
Constant Field Values

msgtypeDATA

static final int msgtypeDATA
Data Message.

See Also:
Constant Field Values

msgtypeRESPONSE

static final int msgtypeRESPONSE
Command Response Message.

See Also:
Constant Field Values

msgtypeSTATUS

static final int msgtypeSTATUS
Status Message.

See Also:
Constant Field Values