Skip to main content

NetworkLinkConnectedChangedEventArgs Class

Namespace: GHIElectronics.TinyCLR.Devices.Network · Assembly: GHIElectronics.TinyCLR.Devices.Network

Arguments for NetworkController.NetworkLinkConnectedChanged.

public class NetworkLinkConnectedChangedEventArgs : EventArgs

Properties

Connected

public bool Connected { get; }

True when the physical link is up.

Timestamp

public DateTime Timestamp { get; }

Driver-captured time of the transition.