From 58f8be580039b0575b197b9573a1c92745d96d30 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 17 Jan 2017 20:25:09 +0100 Subject: New upstream version 1.5.90 --- ...org.freedesktop.NetworkManager.Device.WiMax.xml | 192 +++++++++++++++++++++ 1 file changed, 192 insertions(+) create mode 100644 docs/api/dbus-org.freedesktop.NetworkManager.Device.WiMax.xml (limited to 'docs/api/dbus-org.freedesktop.NetworkManager.Device.WiMax.xml') diff --git a/docs/api/dbus-org.freedesktop.NetworkManager.Device.WiMax.xml b/docs/api/dbus-org.freedesktop.NetworkManager.Device.WiMax.xml new file mode 100644 index 00000000..d3c1487f --- /dev/null +++ b/docs/api/dbus-org.freedesktop.NetworkManager.Device.WiMax.xml @@ -0,0 +1,192 @@ + + + + org.freedesktop.NetworkManager.Device.WiMax + org.freedesktop.NetworkManager.Device.WiMax + org.freedesktop.NetworkManager.Device.WiMax + Methods + +GetNspList (OUT ao nsps); + + + + Signals + +PropertiesChanged (a{sv} properties); +NspAdded (o nsp); +NspRemoved (o nsp); + + + + Properties + +Nsps readable ao +HwAddress readable s +CenterFrequency readable u +Rssi readable i +Cinr readable i +TxPower readable i +Bsid readable s +ActiveNsp readable o + + + + Description + + + + Method Details + + The GetNspList() method + org.freedesktop.NetworkManager.Device.WiMax.GetNspList() + +GetNspList (OUT ao nsps); + + Get the list of NSPs visible to this device. + + + + OUT ao nsps: + List of NSP object paths + + + + + + Signal Details + + The "PropertiesChanged" signal + org.freedesktop.NetworkManager.Device.WiMax::PropertiesChanged + +PropertiesChanged (a{sv} properties); + + DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0. + + + + a{sv} properties: + A dictionary mapping property names to variant boxed values. + + + + + The "NspAdded" signal + org.freedesktop.NetworkManager.Device.WiMax::NspAdded + +NspAdded (o nsp); + + Emitted when a new NSP is found by the device. + + + + o nsp: + The object path of the newly found NSP. + + + + + The "NspRemoved" signal + org.freedesktop.NetworkManager.Device.WiMax::NspRemoved + +NspRemoved (o nsp); + + Emitted when an NSP disappears from view of the device. + + + + o nsp: + The object path of the NSP that has disappeared. + + + + + + Property Details + + The "Nsps" property + org.freedesktop.NetworkManager.Device.WiMax:Nsps + +Nsps readable ao + + List of object paths of Network Service Providers (NSPs) visible to this + WiMAX device. + + + + The "HwAddress" property + org.freedesktop.NetworkManager.Device.WiMax:HwAddress + +HwAddress readable s + + Hardware address of the device. + + + + The "CenterFrequency" property + org.freedesktop.NetworkManager.Device.WiMax:CenterFrequency + +CenterFrequency readable u + + Center frequency (in KHz) of the radio channel the device is using to + communicate with the network when connected. Has no meaning when the + device is not connected. + + + + The "Rssi" property + org.freedesktop.NetworkManager.Device.WiMax:Rssi + +Rssi readable i + + RSSI of the current radio link in dBm. This value indicates how strong the + raw received RF signal from the base station is, but does not indicate the + overall quality of the radio link. Has no meaning when the device is not + connected. + + + + The "Cinr" property + org.freedesktop.NetworkManager.Device.WiMax:Cinr + +Cinr readable i + + CINR (Carrier to Interference + Noise Ratio) of the current radio link in + dB. CINR is a more accurate measure of radio link quality. Has no meaning + when the device is not connected. + + + + The "TxPower" property + org.freedesktop.NetworkManager.Device.WiMax:TxPower + +TxPower readable i + + Average power of the last burst transmitted by the device, in units of 0.5 + dBm. i.e. a TxPower of -11 represents an actual device TX power of -5.5 + dBm. Has no meaning when the device is not connected. + + + + The "Bsid" property + org.freedesktop.NetworkManager.Device.WiMax:Bsid + +Bsid readable s + + The ID of the serving base station as received from the network. Has no + meaning when the device is not connected. + + + + The "ActiveNsp" property + org.freedesktop.NetworkManager.Device.WiMax:ActiveNsp + +ActiveNsp readable o + + Object path of the NSP currently used by the WiMax device. + + + + + -- cgit 1.3.0-6-gf8a5