Class EthernetCableStateEventArgs

Definition

Namespace:
Tizen.Network.Connection
Assembly:
Tizen.Network.Connection.dll
API Level:
3

An extended EventArgs class, which contains changed ethernet cable state.

C#
Copy
public class EthernetCableStateEventArgs : EventArgs
Inheritance
System.Object
EthernetCableStateEventArgs

Properties

View Source

EthernetCableState

The ethernet cable state.

Declaration
C#
Copy
public EthernetCableState EthernetCableState { get; }
Property Value
Type Description
EthernetCableState

Attached or detached state of the ethernet cable.

API Level: 3