Blame introspection/org.freedesktop.NetworkManager.Device.WiMax.xml

Packit 5756e2
Packit 5756e2
<node name="/">
Packit 5756e2
  
Packit 5756e2
      org.freedesktop.NetworkManager.Device.WiMax:
Packit 5756e2
      @short_description: WiMax Device
Packit 5756e2
Packit 5756e2
      DEPRECATED: NetworkManager no longer supports WiMAX since version 1.2. This interface is no longer used.
Packit 5756e2
  -->
Packit 5756e2
  <interface name="org.freedesktop.NetworkManager.Device.WiMax">
Packit 5756e2
Packit 5756e2
    
Packit 5756e2
        GetNspList:
Packit 5756e2
        @nsps: List of NSP object paths
Packit 5756e2
Packit 5756e2
        Get the list of NSPs visible to this device.
Packit 5756e2
    -->
Packit 5756e2
    <method name="GetNspList">
Packit 5756e2
      <arg name="nsps" type="ao" direction="out"/>
Packit 5756e2
      </method>
Packit 5756e2
Packit 5756e2
    
Packit 5756e2
        Nsps:
Packit 5756e2
Packit 5756e2
        List of object paths of Network Service Providers (NSPs) visible to this
Packit 5756e2
        WiMAX device.
Packit 5756e2
    -->
Packit 5756e2
    <property name="Nsps" type="ao" access="read"/>
Packit 5756e2
Packit 5756e2
    
Packit 5756e2
        HwAddress:
Packit 5756e2
Packit 5756e2
        Hardware address of the device.
Packit 5756e2
    -->
Packit 5756e2
    <property name="HwAddress" type="s" access="read"/>
Packit 5756e2
Packit 5756e2
    
Packit 5756e2
        CenterFrequency:
Packit 5756e2
Packit 5756e2
        Center frequency (in KHz) of the radio channel the device is using to
Packit 5756e2
        communicate with the network when connected. Has no meaning when the
Packit 5756e2
        device is not connected.
Packit 5756e2
    -->
Packit 5756e2
    <property name="CenterFrequency" type="u" access="read"/>
Packit 5756e2
Packit 5756e2
    
Packit 5756e2
        Rssi:
Packit 5756e2
Packit 5756e2
        RSSI of the current radio link in dBm. This value indicates how strong the
Packit 5756e2
        raw received RF signal from the base station is, but does not indicate the
Packit 5756e2
        overall quality of the radio link. Has no meaning when the device is not
Packit 5756e2
        connected.
Packit 5756e2
    -->
Packit 5756e2
    <property name="Rssi" type="i" access="read"/>
Packit 5756e2
Packit 5756e2
    
Packit 5756e2
        Cinr:
Packit 5756e2
Packit 5756e2
        CINR (Carrier to Interference + Noise Ratio) of the current radio link in
Packit 5756e2
        dB. CINR is a more accurate measure of radio link quality. Has no meaning
Packit 5756e2
        when the device is not connected.
Packit 5756e2
    -->
Packit 5756e2
    <property name="Cinr" type="i" access="read"/>
Packit 5756e2
Packit 5756e2
    
Packit 5756e2
        TxPower:
Packit 5756e2
Packit 5756e2
        Average power of the last burst transmitted by the device, in units of 0.5
Packit 5756e2
        dBm. i.e. a TxPower of -11 represents an actual device TX power of -5.5
Packit 5756e2
        dBm. Has no meaning when the device is not connected.
Packit 5756e2
    -->
Packit 5756e2
    <property name="TxPower" type="i" access="read"/>
Packit 5756e2
Packit 5756e2
    
Packit 5756e2
        Bsid:
Packit 5756e2
Packit 5756e2
        The ID of the serving base station as received from the network. Has no
Packit 5756e2
        meaning when the device is not connected.
Packit 5756e2
    -->
Packit 5756e2
    <property name="Bsid" type="s" access="read"/>
Packit 5756e2
Packit 5756e2
    
Packit 5756e2
        ActiveNsp:
Packit 5756e2
Packit 5756e2
        Object path of the NSP currently used by the WiMax device.
Packit 5756e2
    -->
Packit 5756e2
    <property name="ActiveNsp" type="o" access="read"/>
Packit 5756e2
Packit 5756e2
    
Packit 5756e2
        PropertiesChanged:
Packit 5756e2
        @properties: A dictionary mapping property names to variant boxed values.
Packit 5756e2
Packit 5756e2
        DEPRECATED. Use the standard "PropertiesChanged" signal from "org.freedesktop.DBus.Properties" instead which exists since version NetworkManager 1.2.0.
Packit 5756e2
    -->
Packit 5756e2
    <signal name="PropertiesChanged">
Packit 5756e2
        <arg name="properties" type="a{sv}"/>
Packit 5756e2
        </signal>
Packit 5756e2
Packit 5756e2
    
Packit 5756e2
        NspAdded:
Packit 5756e2
        @nsp: The object path of the newly found NSP.
Packit 5756e2
Packit 5756e2
        Emitted when a new NSP is found by the device.
Packit 5756e2
    -->
Packit 5756e2
    <signal name="NspAdded">
Packit 5756e2
        <arg name="nsp" type="o"/>
Packit 5756e2
        </signal>
Packit 5756e2
Packit 5756e2
    
Packit 5756e2
        NspRemoved:
Packit 5756e2
        @nsp: The object path of the NSP that has disappeared.
Packit 5756e2
Packit 5756e2
        Emitted when an NSP disappears from view of the device.
Packit 5756e2
    -->
Packit 5756e2
    <signal name="NspRemoved">
Packit 5756e2
      <arg name="nsp" type="o"/>
Packit 5756e2
    </signal>
Packit 5756e2
  </interface>
Packit 5756e2
</node>