HslDeviceAddressAttribute 构造函数 (String, Type) |
实例化一个地址特性,指定地址信息,用于单变量的数据,并指定设备类型
Instantiate an address feature, specify address information, data for a single variable, and specify the device type
命名空间:
HslCommunication.Reflection
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public HslDeviceAddressAttribute(
string address,
Type deviceType
)
Public Sub New (
address As String,
deviceType As Type
)
public:
HslDeviceAddressAttribute(
String^ address,
Type^ deviceType
)
new :
address : string *
deviceType : Type -> HslDeviceAddressAttribute
参数
- address
- 类型:SystemString
真实的地址信息 - deviceType
- 类型:SystemType
设备的地址信息
参见