ScanListIterator Class Reference
Constructor & Destructor Documentation
ScanListIterator(const ScanList &)
ScanListIterator | ( | const ScanList & | scan_list | ) | [protected, explicit] |
Private C++ constructor to prevent instantiation.
Parameters
const ScanList & scan_list | Reference to the scan list container. |
ScanListIterator(const ScanListIterator &)
Prohibit copy constructor.
Member Functions Documentation
Current()
Return the beacon/probe response frame currently iterated.
First()
Return the first beacon/probe response frame.
IsDone()
Check whether the are more beacon/probe response frames to be iterated.
Next()
Return the next beacon/probe response frame.
Size()
u16_t
| Size | ( | ) | const [inline] |
Return the size of the scan info. The size includes the static control information header and the actual frame data.
operator=(const ScanListIterator &)
Prohibit assigment operator.
Member Data Documentation
const ScanFrame * current_m
Pointer to the beginning of the current frame.
const ScanList & scan_list_m
Reference to the scan list container.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.