fm.liveswitch.DataChannelState Enum Reference

A data channel state. More...

Public Member Functions

 DataChannelState (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static DataChannelState getByAssignedValue (int value)
 

Public Attributes

 New =(1)
 Indicates the data channel has been created and has not started negotiating yet. More...
 
 Connecting =(2)
 Indicates the data channel is in the process of negotiating a secure connection. More...
 
 Connected =(3)
 Indicates the data channel has completed negotiation of a secure connection. More...
 
 Closing =(4)
 Indicates the data channel is in the process of closing due to an intentional request. More...
 
 Closed =(5)
 Indicates the data channel has been closed due to an intentional request. More...
 
 Failed =(6)
 Indicates the data channel has been closed as the result of an error. More...
 

Detailed Description

A data channel state.

Constructor & Destructor Documentation

◆ DataChannelState()

fm.liveswitch.DataChannelState.DataChannelState ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.DataChannelState.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.DataChannelState.getAssignedValue ( )

◆ getByAssignedValue()

static DataChannelState fm.liveswitch.DataChannelState.getByAssignedValue ( int  value)
static

Member Data Documentation

◆ Closed

fm.liveswitch.DataChannelState.Closed =(5)

Indicates the data channel has been closed due to an intentional request.

◆ Closing

fm.liveswitch.DataChannelState.Closing =(4)

Indicates the data channel is in the process of closing due to an intentional request.

◆ Connected

fm.liveswitch.DataChannelState.Connected =(3)

Indicates the data channel has completed negotiation of a secure connection.

◆ Connecting

fm.liveswitch.DataChannelState.Connecting =(2)

Indicates the data channel is in the process of negotiating a secure connection.

◆ Failed

fm.liveswitch.DataChannelState.Failed =(6)

Indicates the data channel has been closed as the result of an error.

◆ New

fm.liveswitch.DataChannelState.New =(1)

Indicates the data channel has been created and has not started negotiating yet.