TAccessPointInfo Class Reference

#include <es_sock.h>

class TAccessPointInfo

Detailed Description

Stores Access Point information.

Constructor & Destructor Documentation

TAccessPointInfo ( TUint )

TAccessPointInfo(TUintaApId = 0)[inline]

Initialises the object using the specified 32-bit long integer ID of the access point.

Parameters
aApIdThe 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.

Return Value
The 32-bit long integer ID of the access point.

SetAccessPoint ( TUint )

voidSetAccessPoint(TUintaAccessPoint)[inline]

Sets the 32-bit long integer ID of the access point.

Parameters
aAccessPointThe 32-bit long integer ID of the access point.

operator== ( const TAccessPointInfo & )

TBool operator==(const TAccessPointInfo &aRhs)const [inline]

Compares the 32-bit long integer ID of the specified object with our own.

Parameters
aRhsThe TAccessPointInfo to compare.
Return Value
A boolean value of ETrue if the TAccessPointInfo object has the same ID or false otherwise.