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.
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.
const TAccessPointInfo & aRhs | The TAccessPointInfo to compare. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.