BeckhoffAdsServerAddTagValue 方法 (String, String, Int32) |
向服务器新增一个新的string类型的Tag值,并赋予初始化的值
Add a new Tag value of string type to the server and assign the initial value
命名空间:
HslCommunication.Profinet.Beckhoff
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void AddTagValue(
string key,
string value,
int maxLength
)
Public Sub AddTagValue (
key As String,
value As String,
maxLength As Integer
)
public:
void AddTagValue(
String^ key,
String^ value,
int maxLength
)
member AddTagValue :
key : string *
value : string *
maxLength : int -> unit
参数
- key
- 类型:SystemString
Tag名称 - value
- 类型:SystemString
值信息 - maxLength
- 类型:SystemInt32
字符串的最长值
参见