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