Class RssiLevelChangedEventArgs

    Definition

    Namespace:
    Tizen.Network.WiFi
    Assembly:
    Tizen.Network.WiFi.dll

    An extended EventArgs class which contains the changed RSSI level.

    public class RssiLevelChangedEventArgs : EventArgs
    Inheritance
    object
    RssiLevelChangedEventArgs

    Properties

    View Source

    Level

    The Wi-Fi RSSI level.

    Declaration
    public WiFiRssiLevel Level { get; }
    Property Value
    Type Description
    WiFiRssiLevel

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX