IPv4InterfaceStatistics.IncomingPacketsWithErrors プロパティ

定義

エラーが発生した受信パケットの数を取得します。

public:
 abstract property long IncomingPacketsWithErrors { long get(); };
public abstract long IncomingPacketsWithErrors { get; }
member this.IncomingPacketsWithErrors : int64
Public MustOverride ReadOnly Property IncomingPacketsWithErrors As Long

プロパティ値

エラーが発生した受信パケットの合計数を指定する Int64 値。

注釈

このデータには、破棄されたエラーのないパケットは含まれません。

適用対象