Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ConnectionState

The state of a connection.

Index

Enumeration members

Closed

Closed: = 8
Indicates that the connection has been instructed to close and has cleaned up.
field

Closed

type

{fm.icelink.ConnectionState}

Closing

Closing: = 7
Indicates that the connection has been instructed to close and is cleaning up.
field

Closing

type

{fm.icelink.ConnectionState}

Connected

Connected: = 4
Indicates that the connection is currently connected.
field

Connected

type

{fm.icelink.ConnectionState}

Connecting

Connecting: = 3
Indicates that the connection is currently connecting.
field

Connecting

type

{fm.icelink.ConnectionState}

Failed

Failed: = 6
Indicates that the connection has encountered an error and has cleaned up.
field

Failed

type

{fm.icelink.ConnectionState}

Failing

Failing: = 5
Indicates that the connection has encountered an error and is cleaning up.
field

Failing

type

{fm.icelink.ConnectionState}

Initializing

Initializing: = 2
Indicates that the connection is being initialized but no connecting attempts have been made.
field

Initializing

type

{fm.icelink.ConnectionState}

New

New: = 1
Indicates that the connection is new and has not been started.
field

New

type

{fm.icelink.ConnectionState}