Enum State

Enum Documentation

enum class ecal_service::State

Values:

enumerator NOT_CONNECTED

Initial state.

enumerator HANDSHAKE

The connection is currently in handshake state.

enumerator CONNECTED

The connection is established and ready to exchange data.

enumerator FAILED

The connection has been closed due to an error or by the user.