OperatingState

public enum OperatingState

Indicates the current operating state of a CommunicationManager.

  • Indicates the communication manager is stopped or initialized.

    Declaration

    Swift

    case stopped
  • Indicates the communication manager is started.

    Declaration

    Swift

    case started