| DLT645ServerAddDltTag 方法 (String, String, Int32) | 
 
            新增一个DLT的Tag标签
 
        命名空间: 
     HslCommunication.Instrument.DLT
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法protected void AddDltTag(
	string address,
	string hex,
	int digtal
)
Protected Sub AddDltTag ( 
	address As String,
	hex As String,
	digtal As Integer
)
protected:
void AddDltTag(
	String^ address, 
	String^ hex, 
	int digtal
)
member AddDltTag : 
        address : string * 
        hex : string * 
        digtal : int -> unit 
参数
- address
- 类型:SystemString
 地址名称
- hex
- 类型:SystemString
 数据内容
- digtal
- 类型:SystemInt32
 [缺少 "M:HslCommunication.Instrument.DLT.DLT645Server.AddDltTag(System.String,System.String,System.Int32)" 的 <param name="digtal"/> 文档] 
 参见
参见