返回介绍

Ping 网络侦测应答

发布于 2019-12-18 15:38:18 字数 1161 浏览 963 评论 0 收藏 0

class in UnityEngine

Description 描述

Ping any given IP address (given in dot notation).

Ping指定的IP地址,不能是域名。

The ping operation is asynchronous and a ping object can be polled for status using Ping.isDone. When a response is received it is in Ping.time.

ping操作是异步的,可以使用Ping.isDone进行轮询其状态。收到的响应是Ping.time时间。

Variables 变量

ipThe IP target of the ping.
ping的目标地址。
isDoneHas the ping function completed?
ping函数是否完成?
timeThis property contains the ping time result after isDone returns true.
这个属性包含isDone返回true之后的应答时间。

Constructors 构造器

PingPerform a ping to the supplied target IP address.
执行ping目标IP地址。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文