C# Class Cgw.Common.ChannelInfo

Show file Open project: eSDK/esdk_Cgw

Public Methods

Method Description
ChannelInfo ( ) : System

无参构造函数

ChannelInfo ( string ChannelLabel, string AccessCode ) : System

测试时使用

Method Details

ChannelInfo() public method

无参构造函数
public ChannelInfo ( ) : System
return System

ChannelInfo() public method

测试时使用
public ChannelInfo ( string ChannelLabel, string AccessCode ) : System
ChannelLabel string
AccessCode string
return System