TAccessPointInfo Class Reference

class TAccessPointInfo

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.

Parameters

TUint aApId = 0 The 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)

void SetAccessPoint ( TUint aAccessPoint ) [inline]

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

Parameters

TUint aAccessPoint The 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 & aRhs The TAccessPointInfo to compare.

Member Data Documentation

TUint iAccessPointId

TUint iAccessPointId [private]