SocketIOStatus
@objc
public enum SocketIOStatus : Int, CustomStringConvertibleRepresents state of a manager or client.
- 
                  
                  The client/manager has never been connected. Or the client has been reset. DeclarationSwift case notConnected
- 
                  
                  The client/manager was once connected, but not anymore. DeclarationSwift case disconnected
- 
                  
                  The client/manager is in the process of connecting. DeclarationSwift case connecting
- 
                  
                  The client/manager is currently connected. DeclarationSwift case connected
- 
                  
                  DeclarationSwift public var active: Bool { get }Return ValueTrue if this client/manager is connected/connecting to a server. 
- 
                  
                  DeclarationSwift public var description: String { get }
 SocketIOStatus Enumeration Reference
      SocketIOStatus Enumeration Reference