From ee9c73a923909e23a649407be77e25235d769e25 Mon Sep 17 00:00:00 2001
From: Michael Biebl
“nsps” property “nsps” GPtrArray *
List of all WiMAX Network Service Providers the device can see.
-[type GPtrArray(NMWimaxNsp)]
+Element-type: NMWimaxNsp
Flags: Read
GObject +GObject ╰── NMObject ╰── NMDevice ╰── NMDeviceWimax @@ -252,7 +252,7 @@Implemented Interfaces
NMDeviceWimax implements - GInitable and GAsyncInitable.
+ GInitable and GAsyncInitable.
Returns
-the access point or NULL if none is found.
+the access point or NULL if none is found.
[transfer none]
nm_device_wimax_get_nsps ()
-const GPtrArray *
+const GPtrArray *
nm_device_wimax_get_nsps (NMDeviceWimax *wimax);
nm_device_wimax_get_nsps has been deprecated since version 1.2 and should not be used in newly-written code.
@@ -386,7 +386,7 @@ nm_device_wimax_get_nsps (
Returns
-a GPtrArray containing
+
a GPtrArray containing
all the scanned NMWimaxNsps.
The returned array is owned by the client and should not be modified.
[element-type NMWimaxNsp]
@@ -395,7 +395,7 @@ The returned array is owned by the client and should not be modified.
nm_device_wimax_get_center_frequency ()
-guint
+guint
nm_device_wimax_get_center_frequency (NMDeviceWimax *self);
nm_device_wimax_get_center_frequency has been deprecated since version 1.2 and should not be used in newly-written code.
@@ -427,7 +427,7 @@ device is not connected.
nm_device_wimax_get_rssi ()
-gint
+gint
nm_device_wimax_get_rssi (NMDeviceWimax *self);
nm_device_wimax_get_rssi has been deprecated since version 1.2 and should not be used in newly-written code.
@@ -460,7 +460,7 @@ device is not connected.
nm_device_wimax_get_cinr ()
-gint
+gint
nm_device_wimax_get_cinr (NMDeviceWimax *self);
nm_device_wimax_get_cinr has been deprecated since version 1.2 and should not be used in newly-written code.
@@ -492,7 +492,7 @@ meaning when the device is not connected.
@@ -622,7 +622,7 @@ nm_device_wimax_get_bsid (
The “bsid” property
- “bsid” gchar *
+ “bsid” gchar *
The ID of the serving base station as received from the network. Has
no meaning when the device is not connected.
@@ -635,7 +635,7 @@ no meaning when the device is not connected.
The “center-frequency” property
- “center-frequency” guint
+ “center-frequency” guint
The 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.
@@ -649,7 +649,7 @@ device is not connected.
The “cinr” property
- “cinr” gint
+ “cinr” gint
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.
@@ -663,7 +663,7 @@ meaning when the device is not connected.
The “hw-address” property
- “hw-address” gchar *
+ “hw-address” gchar *
The hardware (MAC) address of the device.
NMDeviceWimax:hw-address has been deprecated since version 1.2 and should not be used in newly-written code.
@@ -675,15 +675,15 @@ meaning when the device is not connected.
The “nsps” property
- “nsps” GPtrArray *
+ “nsps” GPtrArray *
List of all WiMAX Network Service Providers the device can see.
-Element-type: NMWimaxNsp
+[type GPtrArray(NMWimaxNsp)]
Flags: Read
The “rssi” property
- “rssi” gint
+ “rssi” gint
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
@@ -698,7 +698,7 @@ device is not connected.
The “tx-power” property
- “tx-power” gint
+ “tx-power” gint
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.
@@ -716,8 +716,8 @@ device is not connected.
The “nsp-added” signal
void
user_function (NMDeviceWimax *self,
- GObject *nsp,
- gpointer user_data)
+ GObject *nsp,
+ gpointer user_data)
Notifies that a NMWimaxNsp is added to the wimax device.
NMDeviceWimax::nsp-added has been deprecated since version 1.2 and should not be used in newly-written code.
@@ -750,15 +750,15 @@ user_function (<
-Flags: Run First
+Flags: Run First
The “nsp-removed” signal
void
user_function (NMDeviceWimax *self,
- GObject *nsp,
- gpointer user_data)
+ GObject *nsp,
+ gpointer user_data)
Notifies that a NMWimaxNsp is removed from the wimax device.
NMDeviceWimax::nsp-removed has been deprecated since version 1.2 and should not be used in newly-written code.
@@ -791,11 +791,11 @@ user_function (<
-Flags: Run First
+Flags: Run First
+
Generated by GTK-Doc V1.28