diff options
Diffstat (limited to 'docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Statistics.html')
| -rw-r--r-- | docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Statistics.html | 89 |
1 files changed, 0 insertions, 89 deletions
diff --git a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Statistics.html b/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Statistics.html deleted file mode 100644 index 22f8304c..00000000 --- a/docs/api/html/gdbus-org.freedesktop.NetworkManager.Device.Statistics.html +++ /dev/null @@ -1,89 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.freedesktop.NetworkManager.Device.Statistics: NetworkManager Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> -<link rel="home" href="index.html" title="NetworkManager Reference Manual"> -<link rel="up" href="ref-dbus-devices.html" title="The /org/freedesktop/NetworkManager/Devices/* objects"> -<link rel="prev" href="gdbus-org.freedesktop.NetworkManager.Device.html" title="org.freedesktop.NetworkManager.Device"> -<link rel="next" href="gdbus-org.freedesktop.NetworkManager.Device.Adsl.html" title="org.freedesktop.NetworkManager.Device.Adsl"> -<meta name="generator" content="GTK-Doc V1.34.0 (XML mode)"> -<link rel="stylesheet" href="style.css" type="text/css"> -</head> -<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> -<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> -<td width="100%" align="left" class="shortcuts"> -<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> - <a href="#gdbus-org.freedesktop.NetworkManager.Device.Statistics.description" class="shortcut">Description</a></span><span id="nav_properties"> <span class="dim">|</span> - <a href="#gdbus-org.freedesktop.NetworkManager.Device.Statistics.properties" class="shortcut">Properties</a></span> -</td> -<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> -<td><a accesskey="u" href="ref-dbus-devices.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> -<td><a accesskey="p" href="gdbus-org.freedesktop.NetworkManager.Device.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> -<td><a accesskey="n" href="gdbus-org.freedesktop.NetworkManager.Device.Adsl.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> -</tr></table> -<div class="refentry"> -<a name="gdbus-org.freedesktop.NetworkManager.Device.Statistics"></a><div class="titlepage"></div> -<div class="refnamediv"><table width="100%"><tr> -<td valign="top"> -<h2><span class="refentrytitle"><a name="gdbus-interface-org-freedesktop-NetworkManager-Device-Statistics.top_of_page"></a>org.freedesktop.NetworkManager.Device.Statistics</span></h2> -<p>org.freedesktop.NetworkManager.Device.Statistics — Device Statistic Counters.</p> -</td> -<td class="gallery_image" valign="top" align="right"></td> -</tr></table></div> -<div class="refsect1"> -<a name="id-1.4.8.3.3"></a><h2>Properties</h2> -<pre class="synopsis"> -<a class="link" href="gdbus-org.freedesktop.NetworkManager.Device.Statistics.html#gdbus-property-org-freedesktop-NetworkManager-Device-Statistics.RefreshRateMs" title='The "RefreshRateMs" property'>RefreshRateMs</a> readwrite u -<a class="link" href="gdbus-org.freedesktop.NetworkManager.Device.Statistics.html#gdbus-property-org-freedesktop-NetworkManager-Device-Statistics.TxBytes" title='The "TxBytes" property'>TxBytes</a> readable t -<a class="link" href="gdbus-org.freedesktop.NetworkManager.Device.Statistics.html#gdbus-property-org-freedesktop-NetworkManager-Device-Statistics.RxBytes" title='The "RxBytes" property'>RxBytes</a> readable t -</pre> -</div> -<div class="refsect1"> -<a name="gdbus-interface-org-freedesktop-NetworkManager-Device-Statistics"></a><h2>Description</h2> -<p> -</p> -<p> -</p> -</div> -<div class="refsect1"> -<a name="gdbus-properties-org.freedesktop.NetworkManager.Device.Statistics"></a><h2>Property Details</h2> -<div class="refsect2"> -<a name="gdbus-property-org-freedesktop-NetworkManager-Device-Statistics.RefreshRateMs"></a><h3>The "RefreshRateMs" property</h3> -<pre class="programlisting"> -RefreshRateMs readwrite u -</pre> -<p> -Refresh rate of the rest of properties of this interface. The properties -are guaranteed to be refreshed each RefreshRateMs milliseconds in case -the underlying counter has changed too. -If zero, there is no guaranteed refresh rate of the properties. -</p> -</div> -<hr> -<div class="refsect2"> -<a name="gdbus-property-org-freedesktop-NetworkManager-Device-Statistics.TxBytes"></a><h3>The "TxBytes" property</h3> -<pre class="programlisting"> -TxBytes readable t -</pre> -<p> -Number of transmitted bytes -</p> -</div> -<hr> -<div class="refsect2"> -<a name="gdbus-property-org-freedesktop-NetworkManager-Device-Statistics.RxBytes"></a><h3>The "RxBytes" property</h3> -<pre class="programlisting"> -RxBytes readable t -</pre> -<p> -Number of received bytes -</p> -</div> -</div> -</div> -<div class="footer"> -<hr>Generated by GTK-Doc V1.34.0</div> -</body> -</html> \ No newline at end of file |