点击或拖拽改变大小

IDlt645 属性

IDlt645 类型公开以下成员。

属性
  名称说明
公共属性代码示例ByteTransform
当前的数据变换机制,当你需要从字节数据转换类型数据的时候需要。
The current data transformation mechanism is required when you need to convert type data from byte data.
(继承自 IReadWriteDevice。)
公共属性ConnectionId
当前连接的唯一ID号,默认为长度20的guid码加随机数组成,方便列表管理,也可以自己指定
The unique ID number of the current connection. The default is a 20-digit guid code plus a random number.
(继承自 IReadWriteNet。)
公共属性DLTType
获取当前的DLT645的类型信息
Gets the type information of the current DLT645
公共属性EnableCodeFE
获取或设置是否在每一次的报文通信时,增加"FE FE FE FE"的命令头
Get or set whether to add the command header of "FE FE FE FE" in each message communication
公共属性代码示例LogNet
组件的日志工具,支持日志记录,只要实例化后,当前网络的基本信息,就以DEBUG等级进行输出
The component's logging tool supports logging. As long as the instantiation of the basic network information, the output will be output at DEBUG
(继承自 IReadWriteNet。)
公共属性OpCode
获取或设置当前DLT645的操作者代码,当进行写入数据操作的时候,需要指定正确的值
Obtain or set the operator code of the current DLT645, and specify the correct value when writing data
公共属性Password
获取或设置当前DLT645的密码,当进行写入数据操作的时候,需要正确的密码才能写入
Obtain or set the password of the current DLT645, and the correct password is required to write data operations
公共属性Station
获取或设置当前的地址域信息,是一个12个字符的BCD码,例如:149100007290
Get or set the current address domain information, which is a 12-character BCD code, for example: 149100007290
Top
参见