Class NetworkErrorEventArgs
Data relating to a WiFi error event.
Assembly: Meadow.Contracts.dll
View Source
public class NetworkErrorEventArgs : EventArgs
Inheritance: System.Object
-> System.EventArgs
Properties
When
Date and time the event was generated.
View Source
public DateTime When { get; }
ErrorCode
Error code.
View Source
public uint ErrorCode { get; }