TAccessPointInfo Class Reference

class TAccessPointInfo

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

TUint aApId = 0The 32-bit long integer ID of the access point to initialise the object with.

Member Functions Documentation

AccessPoint()

TUint AccessPoint()const [inline]

Returns 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

TUint 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

const TAccessPointInfo & aRhsThe TAccessPointInfo to compare.

Member Data Documentation

TUint iAccessPointId

TUint iAccessPointId[private]