<RealTimeTypes.h> - RealTime Enums

Collection of RealTime enumerations. More...

Header: #include <RealTimeTypes.h>

Types

enum class ConnectionStatus { Disconnected, Connecting, Connected, Failed }
enum class DynamicEntityDataSourceType { ArcGISStreamService, DynamicEntityDataSource }

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:

ConstantValueDescription
ConnectionStatus::Disconnected0The connection is not open. This is the initial state of the connection.
ConnectionStatus::Connecting1A connection with the remote endpoint has been initiated but is not yet complete.
ConnectionStatus::Connected2The connection is open. This is the initial state after the handshake has been completed.
ConnectionStatus::Failed3The connection has failed.

This enum was introduced or modified in Esri::ArcGISRuntime 200.1.

See also Esri::ArcGISRuntime::DynamicEntityDataSource.

enum class DynamicEntityDataSourceType

The type of DynamicEntityDataSource.

The DynamicEntityDataSourceType can be one of:

ConstantValueDescription
DynamicEntityDataSourceType::ArcGISStreamService0An ArcGIS stream service.
DynamicEntityDataSourceType::DynamicEntityDataSource1A custom dynamic entity data source.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close