FMIceLinkDtlsTransportState Constants Reference
| Declared in | FMIceLinkDtlsTransportState.h | 
|---|
FMIceLinkDtlsTransportState
Definition
typedef NS_ENUM(NSInteger, FMIceLinkDtlsTransportState ) {
                            
                               FMIceLinkDtlsTransportStateNew = 1,
                            
                               FMIceLinkDtlsTransportStateConnecting = 2,
                            
                               FMIceLinkDtlsTransportStateConnected = 3,
                            
                               FMIceLinkDtlsTransportStateClosed = 4,
                            
                               FMIceLinkDtlsTransportStateFailed = 5,
                            
                            };
                    
                    Constants
FMIceLinkDtlsTransportStateNew- 
    
	
Declared In
FMIceLinkDtlsTransportState.h. FMIceLinkDtlsTransportStateConnecting- 
    
	
Declared In
FMIceLinkDtlsTransportState.h. FMIceLinkDtlsTransportStateConnected- 
    
	
Declared In
FMIceLinkDtlsTransportState.h. FMIceLinkDtlsTransportStateClosed- 
    
	
Declared In
FMIceLinkDtlsTransportState.h. FMIceLinkDtlsTransportStateFailed- 
    
	
Declared In
FMIceLinkDtlsTransportState.h.