点击或拖拽改变大小

SiemensWebApiToken 属性

当前PLC的通信令牌,当调用ConnectServer时,会自动获取,当然你也可以手动赋值一个合法的令牌,跳过ConnectServer直接进行读写操作。
The communication token of the current PLC will be automatically obtained when ConnectServer is called. Of course, you can also manually assign a valid token, skip ConnectServer and read it directly Write operation.

命名空间:  HslCommunication.Profinet.Siemens
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public string Token { get; set; }

属性值

类型:String
参见