共用方式為


ArduinoBoard.Ping(Int32) 方法

定義

Ping 裝置,以取得往返時間的估計。 使用某些 Wifi 設定時,來回時間可能會明顯高於所需的時間。

public System.Collections.Generic.List<TimeSpan> Ping(int number);
member this.Ping : int -> System.Collections.Generic.List<TimeSpan>
Public Function Ping (number As Integer) As List(Of TimeSpan)

參數

number
Int32

要傳送的 Ping 數目

傳回

回復時間清單。 包含遺失封包的負值

適用於