BeckhoffAdsNetReadStruct 方法 |
名称 | 说明 | |
---|---|---|
ReadStructT(String) |
读取结构体的信息,传入结构体的类型,以及结构体的起始地址 Read the information of the structure, the type of the incoming structure, and the start address of the structure | |
ReadStructT(String, UInt16) |
读取结构体类型的数据,根据结构体自身的定义,读取原始字节数组,然后解析出实际的结构体数据,结构体需要实现HslStructAttribute特性
(继承自 DeviceCommunication。) |