Class EthernetCableStateEventArgs

    Definition

    Namespace:
    Tizen.Network.Connection
    Assembly:
    Tizen.Network.Connection.dll

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

    public class EthernetCableStateEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    EthernetCableStateEventArgs

    Properties

    View Source

    EthernetCableState

    The ethernet cable state.

    Declaration
    public EthernetCableState EthernetCableState { get; }
    Property Value
    Type Description
    EthernetCableState

    Attached or detached state of the ethernet cable.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX