点击或拖拽改变大小

HslDeviceAddressAttribute 构造函数

重载列表
  名称说明
公共方法HslDeviceAddressAttribute(String)
实例化一个地址特性,指定地址信息,用于单变量的数据
Instantiate an address feature, specify the address information, for single variable data
公共方法HslDeviceAddressAttribute(String, Int32)
实例化一个地址特性,指定地址信息和数据长度,通常应用于数组的批量读取
Instantiate an address feature, specify address information and data length, usually used in batch reading of arrays
公共方法HslDeviceAddressAttribute(String, Type)
实例化一个地址特性,指定地址信息,用于单变量的数据,并指定设备类型
Instantiate an address feature, specify address information, data for a single variable, and specify the device type
公共方法HslDeviceAddressAttribute(String, Int32, Type)
实例化一个地址特性,指定地址信息和数据长度,通常应用于数组的批量读取,并指定设备的类型,可用于不同种类的PLC
Instantiate an address feature, specify address information and data length, usually used in batch reading of arrays, and specify the type of equipment, which can be used for different types of PLCs
Top
参见