Collection of RealTime enumerations. More...
Header | #include <Real |
Types
(since Esri enum class | Connection |
enum class | Dynamic |
Detailed Description
Type Documentation
[since Esri::ArcGISRuntime 200.1]
enum class ConnectionStatus
An enumeration of the various status values for a connection.
This describes the status of an object that attempts to maintain a persistent connection.
The ConnectionStatus can be one of:
Constant | Value | Description |
---|---|---|
Connection | 0 | The connection is not open. This is the initial state of the connection. |
Connection | 1 | A connection with the remote endpoint has been initiated but is not yet complete. |
Connection | 2 | The connection is open. This is the initial state after the handshake has been completed. |
Connection | 3 | The connection has failed. |
This enum was introduced in Esri::ArcGISRuntime 200.1.
See also Esri::ArcGISRuntime::DynamicEntityDataSource.
enum class DynamicEntityDataSourceType
The type of DynamicEntityDataSource.
The DynamicEntityDataSourceType can be one of:
Constant | Value | Description |
---|---|---|
Dynamic | 0 | An ArcGI |
Dynamic | 1 | A custom dynamic entity data source. |