标题:请问枚举类型 后边有参数是怎么回事?
只看楼主
zengsen
Rank: 1
等 级:新手上路
帖 子:16
专家分:0
注 册:2009-3-8
结帖率:80%
 问题点数:0 回复次数:0 
请问枚举类型 后边有参数是怎么回事?
struct JNetConfig
{
    enum TransmissionProtocol
    {
//        UserDefinedProto,/**< Specifies a user defined protocol. */
        TCPProto=1,        /**< Specifies the internal RAW TCP protocol. */
        UDPProto,        /**< Specifies the internal RAW UDP protocol. */
        RTPProto,        /**< Specifies the internal RTP/RTCP protocol. */
    };
}

= JNetConfig::TransmissionProtocol(type & 0xFFFF);//这句是调用
搜索更多相关主题的帖子: 参数 类型 枚举 
2009-08-05 19:59



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-281731-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.519234 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved