cocos2d-x 3.0
    - 首页 - 相关页面 - 模块 - 命名空间 - - 文件 -
    类 - 图1 类 - 图2)
    - 文件列表 - 文件成员

    全部)) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义)))

    | 命名空间 | 类型定义

    SocketIO.h 文件参考

    #include "base/CCPlatformMacros.h"

    #include "base/CCMap.h"

    #include

    ##
    class SocketIO
    单例和包装的类,提供了静态创建方法以及所有sockets的注册 更多…
    class SocketIO::SIODelegate
    处理socket.io事件的delegate类 更多…
    class SIOClient
    到socket.io端点的单个连接 更多…
    ## 命名空间
    cocos2d
    Add deprecated global functions and variables here.
    cocos2d::network
    ## 类型定义
    typedef std::function< void(SIOClient *, const std::string &)> SIOEvent
    typedef std::unordered_map < std::string, SIOEvent > EventRegistry