Access Point: 2 Letting The User Choose: 2.1 Multiple-Selection Access Point Controllers

Up: GEOS SDK TechDocs| Up | Prev: 2 Letting The User Choose | Next: 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);

buffer
A buffer in which to store the IDs of the currently selected access point entries.
maxIDs
The number of selections to place in buffer. Use MSG_ACCESS_POINT_CONTROL_GET_NUM_SELECTIONS to get the number of currently selected entries.

Up: GEOS SDK TechDocs| Up | Prev: 2 Letting The User Choose | Next: 3 Searching For an Access Point