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