| 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 中) 版本:12.5.1.0 (12.5.1.0)
 语法
语法public HslDeviceAddressAttribute(
	string address,
	int length
)
Public Sub New ( 
	address As String,
	length As Integer
)
public:
HslDeviceAddressAttribute(
	String^ address, 
	int length
)
new : 
        address : string * 
        length : int -> HslDeviceAddressAttribute参数
- address
- 类型:SystemString
 真实的地址信息
- length
- 类型:SystemInt32
 读取的数据长度
 参见
参见