点击或拖拽改变大小

DeviceAddressDataBaseGetUnsupportedAddressInfo 方法

获取地址不支持的描述信息
Get the description that the address is not supported

命名空间:  HslCommunication.Core.Address
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static string GetUnsupportedAddressInfo(
	string address,
	Exception ex = null
)

参数

address
类型:SystemString
地址信息
ex (Optional)
类型:SystemException
解析地址时候的异常信息

返回值

类型:String
地址不支持的信息
参见