| class TAccessPointInfo | 
Stores Access Point information.
| Public Member Functions | |
|---|---|
| TAccessPointInfo(TUint) | |
| TUint | AccessPoint() | 
| void | SetAccessPoint(TUint) | 
| TBool | operator==(const TAccessPointInfo &) | 
| Private Attributes | |
|---|---|
| TUint | iAccessPointId | 
| TAccessPointInfo | ( | TUint | aApId = 0 | ) | [inline] | 
Initialises the object using the specified 32-bit long integer ID of the access point.
| TUint aApId = 0 | The 32-bit long integer ID of the access point to initialise the object with. | 
| TUint | AccessPoint | ( | ) | const [inline] | 
Returns the 32-bit long integer ID of the access point.
The 32-bit long integer ID of the access point.
| void | SetAccessPoint | ( | TUint | aAccessPoint | ) | [inline] | 
Sets the 32-bit long integer ID of the access point.
| TUint aAccessPoint | The 32-bit long integer ID of the access point. | 
| TBool | operator== | ( | const TAccessPointInfo & | aRhs | ) | const [inline] | 
Compares the 32-bit long integer ID of the specified object with our own.
A boolean value of ETrue if the TAccessPointInfo object has the same ID or false otherwise.
| const TAccessPointInfo & aRhs | The TAccessPointInfo to compare. |