CommunicationState
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Communication state of an adapter or pool, indicating its connection to the communication service. Values match the CK enum System.Communication/CommunicationState.
public enum CommunicationState
Inheritance Object → ValueType → Enum → CommunicationState
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Unregistered | 0 | Adapter has not registered with the communication service |
| Online | 1 | Adapter is connected and operational |
| Offline | 2 | Adapter is disconnected from the communication service |