SocketEnginePacketType
@objc
public enum SocketEnginePacketType : Int
                Represents the type of engine.io packet types.
- 
                  
                  
Open message.
Declaration
Swift
case open - 
                  
                  
Close message.
Declaration
Swift
case close - 
                  
                  
Ping message.
Declaration
Swift
case ping - 
                  
                  
Pong message.
Declaration
Swift
case pong - 
                  
                  
Regular message.
Declaration
Swift
case message - 
                  
                  
Upgrade message.
Declaration
Swift
case upgrade - 
                  
                  
NOOP.
Declaration
Swift
case noop 
      SocketEnginePacketType Enumeration Reference