#include <es_sock.h>
class TAccessPointInfo |
Public Member Functions | |
---|---|
TAccessPointInfo(TUint) | |
TUint | AccessPoint() |
void | SetAccessPoint(TUint) |
TBool | operator==(const TAccessPointInfo &) |
Stores Access Point information.
TAccessPointInfo | ( | TUint | aApId = 0 | ) | [inline] |
Initialises the object using the specified 32-bit long integer ID of the access point.
Parameters | |
---|---|
aApId | 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.
Parameters | |
---|---|
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.
Parameters | |
---|---|
aRhs | The TAccessPointInfo to compare. |