DLT645Server.AddDltTag 方法 (String, String, Int32) |
新增一个DLT的Tag标签
命名空间:
HslCommunication.Instrument.DLT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.3.0.0 (12.3.0.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
- 类型:System.String
地址名称 - hex
- 类型:System.String
数据内容 - digtal
- 类型:System.Int32
[缺少 "M:HslCommunication.Instrument.DLT.DLT645Server.AddDltTag(System.String,System.String,System.Int32)" 的 <param name="digtal"/> 文档]
参见