Skip to main content

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 ObjectValueTypeEnumCommunicationState
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
Unregistered0Adapter has not registered with the communication service
Online1Adapter is connected and operational
Offline2Adapter is disconnected from the communication service