SCConnectionType
enum SCConnectionType {}
                enum values for ConnectionType macro
- 
                  
                  
Connection type is undefined
Declaration
Objective-C
SCConnectionTypeUnknown = 0 - 
                  
                  
Connection over ethernet
Declaration
Objective-C
SCConnectionTypeEthernet - 
                  
                  
Connection over wifi
Declaration
Objective-C
SCConnectionTypeWIFI - 
                  
                  
Connection over a cellular network of unknown generation
Declaration
Objective-C
SCConnectionTypeCellularUnknownGen - 
                  
                  
Connection over a cellular network 2. generation
Declaration
Objective-C
SCConnectionTypeCellular2G - 
                  
                  
Connection over a cellular network 3. generation
Declaration
Objective-C
SCConnectionTypeCellular3G - 
                  
                  
Connection over a cellular network 4. generation
Declaration
Objective-C
SCConnectionTypeCellular4G 
        SCConnectionType Enumeration Reference