GEOS SDK TechDocs|
|
3 Searching For an Access Point |
5 Adding an Access Point
If something were to alter an access point's parameters while your application was using that access point, bad things might happen. To prevent anything from changing the access point's parameters, use the
AccessPointLock()
routine. When done using the access point, use the
AccessPointUnlock()
routine to unlock it. To check whether or not an access point is being used for a connection, use the routine AccessPointInUse().
GEOS SDK TechDocs|
|
3 Searching For an Access Point |
5 Adding an Access Point