TAccessPointInfo Class Reference
Link against: mpxalbumarteditordialog.lib
Detailed Description
Stores Access Point information.
Constructor & Destructor Documentation
TAccessPointInfo ( TUint )
| TAccessPointInfo | ( | TUint | aApId = 0 | ) | [inline] |
Initialises the object using the specified 32-bit long integer ID of the access point.
| Parameter | Description | | aApId | The 32-bit long integer ID of the access point to initialise the object with. |
Member Function Documentation
AccessPoint ( )
|
TUint
| AccessPoint | ( | ) | const [inline] |
Returns the 32-bit long integer ID of the access point.
Returns: The 32-bit long integer ID of the access point.
SetAccessPoint ( TUint )
| void | SetAccessPoint | ( | TUint | aAccessPoint | ) | [inline] |
Sets the 32-bit long integer ID of the access point.
| Parameter | Description | | aAccessPoint | The 32-bit long integer ID of the access point. |
operator== ( const TAccessPointInfo & )
Compares the 32-bit long integer ID of the specified object with our own.
| Parameter | Description | | aRhs | The TAccessPointInfo to compare. |
Returns: A boolean value of ETrue if the TAccessPointInfo object has the same ID or false otherwise.