McuSessionState Enum

Definition

The states for the MCU.

public enum class McuSessionState
public enum McuSessionState
type McuSessionState = 
Public Enum McuSessionState
Inheritance
McuSessionState

Fields

Active 1

The session with MCU is active.

Idle 0

The session with MCU is not ready to use.

Retrying 2

The session with MCU or the session with focus is failing over.

Terminated 3

The session with MCU is terminated.

Applies to