Edit

Share via


McuSessionState Enum

Definition

The states for the MCU.

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

Fields

Name Value Description
Idle 0

The session with MCU is not ready to use.

Active 1

The session with MCU is active.

Retrying 2

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

Terminated 3

The session with MCU is terminated.

Applies to