| BeckhoffAdsServerAddTagValue 方法 (String, UInt64) | 
 
            向服务器新增一个新的ulong类型的Tag值,并赋予初始化的值
            Add a new Ulong type Tag value to the server and assign the initial value
            
 
        命名空间: 
     HslCommunication.Profinet.Beckhoff
        程序集:
     HslCommunication (在 HslCommunication.dll 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public void AddTagValue(
	string key,
	ulong value
)
Public Sub AddTagValue ( 
	key As String,
	value As ULong
)
public:
void AddTagValue(
	String^ key, 
	unsigned long long value
)
member AddTagValue : 
        key : string * 
        value : uint64 -> unit 
参数
- key
- 类型:SystemString
 Tag名称
- value
- 类型:SystemUInt64
 值信息
 参见
参见