MWlanScanInfoIteratorBase Class Reference

class MWlanScanInfoIteratorBase
This class contains the methods for iterating through WLAN scan results.
Since
S60 3.0

Member Functions Documentation

Current()

const TWlanScanInfoFrame *Current()const [pure virtual]

Find the data of the current access point.

First()

const TWlanScanInfoFrame *First()[pure virtual]

Find the data of the first access point.

IsDone()

TBool IsDone()const [pure virtual]

Find is there any more unhandled access points.

Next()

const TWlanScanInfoFrame *Next()[pure virtual]

Find the data of the next access point.

Size()

TUint16 Size()const [pure virtual]

Return the size of the scan info. The size includes Status Info, MAC header and Frame Body.