public interface IDataTransfer
| 限定符和类型 | 方法和说明 |
|---|---|
short |
getReadCount()
读取的数据长度,对于西门子,等同于字节数,对于三菱和Modbus为字节数的一半
|
void |
ParseSource(byte[] Content)
从字节数组进行解析实际的对象
|
byte[] |
ToSource()
将对象生成字符源,写入PLC中
|
Copyright © 2022. All rights reserved.