Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CommunicationBindingState

Defines the three lifecycle states of a communication binding.

The lifecycle of a binding transitions from "Initialized" to "Joined" to "Unjoined". An unjoined binding cannot be joined or initialized again.

Index

Enumeration members

Enumeration members

Initialized

Initialized = 0

Binding is initialized.

Joined

Joined = 1

Binding has joined the Coaty communication infrastructure.

Unjoined

Unjoined = 2

Binding has left the Coaty communication infrastructure.

Generated using TypeDoc