点击或拖拽改变大小

HslDeviceAddressAttribute 构造函数 (String, Int32)

实例化一个地址特性,指定地址信息和数据长度,通常应用于数组的批量读取
Instantiate an address feature, specify address information and data length, usually used in batch reading of arrays

命名空间:  HslCommunication.Reflection
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public HslDeviceAddressAttribute(
	string address,
	int length
)

参数

address
类型:SystemString
真实的地址信息
length
类型:SystemInt32
读取的数据长度
参见