GEOS SDK TechDocs|
|
2 Letting The User Choose |
3 Searching For an Access Point
Recent versions of the Access Point library support controllers which allow the user to select more than one access point at a time. This feature is available on devices with version numbers "Responder Build 4...." and higher. See Software Version Number for information about finding out the software version of the user's device.)
To create such an AccpntControl object, give it the hint HINT_ACCESS_POINT_CONTROL_MULTISELECTABLE. To get a list of the currently selected access points, use MSG_ACCESS_POINT_CONTROL_GET_MULTIPLE_SELECTIONS. The prototype for this message is:
@message word MSG_ACCESS_POINT_CONTROL_GET_MULTIPLE_SELECTIONS(
word *buffer,
word maxIDs);
MSG_ACCESS_POINT_CONTROL_GET_NUM_SELECTIONS to get the number of currently selected entries.
GEOS SDK TechDocs|
|
2 Letting The User Choose |
3 Searching For an Access Point