DeviceUdpNetIpAddressPing 方法 |
对当前设备的IP地址进行PING的操作,返回PING的结果,正常来说,返回Success
PING the IP address of the current device and return the PING result. Normally, it returns Success
命名空间:
HslCommunication.Core.Device
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public IPStatus IpAddressPing()
Public Function IpAddressPing As IPStatus
public:
IPStatus IpAddressPing()
member IpAddressPing : unit -> IPStatus
返回值
类型:
IPStatus返回PING的结果
参见