The Robot Application Programming Interface Delegate Project
RAPID Logo

WifiInfoSample Struct Reference

Wireless network status information returned by Linux ioctl() calls. More...

import "SystemInfoSample.idl";

List of all members.

Public Attributes

long linkQuality
long signalLevel
long noiseLevel
float frequency
 From ioctl(sockDescr, SIOCGIWFREQ).
float bitrate
 From ioctl(sockDescr, SIOCGIWRATE).

Detailed Description

For more information, research SIOCGIWFREQ/SIOCGIWRATE and "/proc/net/wireless".

Author:
original: Trey Smith, updated: Hans Utz, Kyle Dunn
Date:
13-Mar-2009

Member Data Documentation

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 noiseLevel

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines