Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CommunicationState

Indicates the connectivity state of a communication binding with respect to the Coaty communication infrastructure.

remarks

For bindings that use brokerless peer-to-peer messaging protocols the value emitted while the binding is joined is Online, if and only if the agent is not isolated, i.e. can communicate with other agents.

Index

Enumeration members

Enumeration members

Offline

Offline = 0

Disconnected from the Coaty communication infrastructure.

Online

Online = 1

Connected to the Coaty communication infrastructure.

Generated using TypeDoc