FMIceLinkConnectionState Constants Reference
| Declared in | FMIceLinkConnectionState.h | 
|---|
FMIceLinkConnectionState
The state of a connection.
					Definition
typedef NS_ENUM(NSInteger, FMIceLinkConnectionState ) {
                            
                               FMIceLinkConnectionStateNew = 1,
                            
                               FMIceLinkConnectionStateInitializing = 2,
                            
                               FMIceLinkConnectionStateConnecting = 3,
                            
                               FMIceLinkConnectionStateConnected = 4,
                            
                               FMIceLinkConnectionStateFailing = 5,
                            
                               FMIceLinkConnectionStateFailed = 6,
                            
                               FMIceLinkConnectionStateClosing = 7,
                            
                               FMIceLinkConnectionStateClosed = 8,
                            
                            };
                    
                    Constants
FMIceLinkConnectionStateNew- 
Indicates that the connection is new and has not been started.
Declared In
FMIceLinkConnectionState.h. FMIceLinkConnectionStateInitializing- 
Indicates that the connection is being initialized but no connecting attempts have been made.
Declared In
FMIceLinkConnectionState.h. FMIceLinkConnectionStateConnecting- 
Indicates that the connection is currently connecting.
Declared In
FMIceLinkConnectionState.h. FMIceLinkConnectionStateConnected- 
Indicates that the connection is currently connected.
Declared In
FMIceLinkConnectionState.h. FMIceLinkConnectionStateFailing- 
Indicates that the connection has encountered an error and is cleaning up.
Declared In
FMIceLinkConnectionState.h. FMIceLinkConnectionStateFailed- 
Indicates that the connection has encountered an error and has cleaned up.
Declared In
FMIceLinkConnectionState.h. FMIceLinkConnectionStateClosing- 
Indicates that the connection has been instructed to close and is cleaning up.
Declared In
FMIceLinkConnectionState.h. FMIceLinkConnectionStateClosed- 
Indicates that the connection has been instructed to close and has cleaned up.
Declared In
FMIceLinkConnectionState.h. 
Declared In
FMIceLinkConnectionState.h