eIOtype_OPEN='0',///< Sent from the server when a new transport is opened (recheck)
eIOtype_CLOSE='1',///< Request the close of this transport but does not shutdown the connection itself.
eIOtype_PING='2',///< Sent by the client. Server should answer with a pong packet containing the same data
eIOtype_PONG='3',///< Sent by the server to respond to ping packets.
eIOtype_MESSAGE='4',///< actual message, client and server should call their callbacks with the data
eIOtype_UPGRADE='5',///< Before engine.io switches a transport, it tests, if server and client can communicate over this transport. If this test succeed, the client sends an upgrade packets which requests the server to flush its cache on the old transport and switch to the new transport.
eIOtype_NOOP='6',///< A noop packet. Used primarily to force a poll cycle when an incoming websocket connection is received.