DeviceWimax
Object Hierarchy:
Description:
[
CCode ( type_id =
"nm_device_wimax_get_type ()" ) ]
[
Version ( deprecated =
true , deprecated_since =
"1.22" ) ]
public class DeviceWimax :
Device
Warning: DeviceWimax is deprecated since 1.22.
Content:
Constants:
Properties:
- public WimaxNsp active_nsp { owned get; }
- public string bsid { get; }
The ID of the serving base station as received from the network.
- public uint center_frequency { get; }
The center frequency (in KHz) of the radio channel the device is using
to communicate with the network when connected.
- public int cinr { get; }
CINR (Carrier to Interference + Noise Ratio) of the current radio link
in dB.
- public string hw_address { get; }
The hardware (MAC) address of the device.
- public GenericArray<WimaxNsp> nsps { get; }
List of all WiMAX Network Service Providers the device can see.
- public int rssi { get; }
RSSI of the current radio link in dBm.
- public int tx_power { get; }
Average power of the last burst transmitted by the device, in units of
0.5 dBm.
Creation methods:
Methods:
- public WimaxNsp get_active_nsp ()
- public unowned string get_bsid ()
Gets the ID of the serving Base Station when the device is connected.
- public uint get_center_frequency ()
Gets the center frequency (in KHz) of the radio channel the device is
using to communicate with the network when connected.
- public int get_cinr ()
Gets the CINR (Carrier to Interference + Noise Ratio) of the current
radio link in dB.
- public unowned string get_hw_address ()
Gets the hardware (MAC) address of the DeviceWimax
- public unowned WimaxNsp get_nsp_by_path (string path)
- public unowned GenericArray<WimaxNsp> get_nsps ()
Gets all the scanned NSPs of the DeviceWimax
.
- public int get_rssi ()
Gets the RSSI of the current radio link in dBm.
- public int get_tx_power ()
Average power of the last burst transmitted by the device, in units of
0.5 dBm.
Signals:
- public signal void nsp_added (Object nsp)
Notifies that a WimaxNsp
is added to the wimax device.
- public signal void nsp_removed (Object nsp)
Notifies that a WimaxNsp
is removed from the wimax device.
Inherited Members:
All known members inherited from class NM.Device
All known members inherited from class NM.Object
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref