Search Results for

    Show / Hide Table of Contents

    Interface IWifiInformation

    Interface for signals containing wifi information.

    Namespace: TimeCockpit.Data.DataModel.Signals
    Assembly: TimeCockpit.Data.dll
    Syntax
    public interface IWifiInformation

    Properties

    Bssid

    Gets or sets Bssid of the wifi information

    Declaration
    string Bssid { get; set; }
    Property Value
    Type Description
    System.String

    Essid

    Gets or sets the Essid of the wifi information

    Declaration
    string Essid { get; set; }
    Property Value
    Type Description
    System.String

    Security

    Gets or sets the security string of the wifi information

    Declaration
    string Security { get; set; }
    Property Value
    Type Description
    System.String

    Type

    Gets or sets the type of the wifi information

    Declaration
    string Type { get; set; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2025 software architects gmbh