|
The Robot Application Programming Interface Delegate Project
|
|
Wireless network status information returned by Linux ioctl() calls. More...
import "SystemInfoSample.idl";
Public Attributes | |
| long | linkQuality |
| long | signalLevel |
| long | noiseLevel |
| float | frequency |
| From ioctl(sockDescr, SIOCGIWFREQ). | |
| float | bitrate |
| From ioctl(sockDescr, SIOCGIWRATE). | |
For more information, research SIOCGIWFREQ/SIOCGIWRATE and "/proc/net/wireless".
| float bitrate |
Units are Mb/s for the K10 system, but may vary on other platforms.
| float frequency |
Units are GHz for the K10 system, but may vary on other platforms.
| long linkQuality |
| long noiseLevel |
| long signalLevel |