TAccessPointInfo Class Reference

#include <es_sock.h>

Link against: mpxalbumarteditordialog.lib

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.

ParameterDescription
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.

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.

ParameterDescription
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.

ParameterDescription
aRhsThe TAccessPointInfo to compare.

Returns: A boolean value of ETrue if the TAccessPointInfo object has the same ID or false otherwise.