Interface

NM-1.0NMWifiP2PPeerConstructorProps

interface ConstructorProps {
    client: NM.Client;
    flags: NM.__80211ApFlags;
    hw_address: string;
    hwAddress: string;
    last_seen: number;
    lastSeen: number;
    manufacturer: string;
    model: string;
    model_number: string;
    modelNumber: string;
    name: string;
    path: string;
    serial: string;
    strength: number;
    wfd_ies: GLib.Bytes;
    wfdIes: GLib.Bytes;
}

Hierarchy (View Summary)

Index

Properties

hw_address: string
hwAddress: string
last_seen: number
lastSeen: number
manufacturer: string
model: string
model_number: string
modelNumber: string
name: string
serial: string
strength: number
wfd_ies: GLib.Bytes
wfdIes: GLib.Bytes

Properties - Inherited from NM.Object.ConstructorProps

client: NM.Client
path: string