DLT645 构造函数 (String, String, String) |
指定地址域,密码,操作者代码来实例化一个对象,密码及操作者代码在写入操作的时候进行验证
Specify the address field, password, and operator code to instantiate an object, and the password and operator code are validated during write operations,
which address field is a 12-character BCD code, for example: 149100007290
命名空间:
HslCommunication.Instrument.DLT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public DLT645(
string station,
string password = "",
string opCode = ""
)
Public Sub New (
station As String,
Optional password As String = "",
Optional opCode As String = ""
)
public:
DLT645(
String^ station,
String^ password = L"",
String^ opCode = L""
)
new :
station : string *
?password : string *
?opCode : string
(* Defaults:
let _password = defaultArg password ""
let _opCode = defaultArg opCode ""
*)
-> DLT645
参数
- station
- 类型:SystemString
设备的地址信息,是一个12字符的BCD码 - password (Optional)
- 类型:SystemString
密码,写入的时候进行验证的信息 - opCode (Optional)
- 类型:SystemString
操作者代码
参见