Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The OBEX protocol enables synchronous device discovery for Windows Mobile-based devices.
To implement synchronous device discovery
- Use the IObex::StartDeviceEnum method to initiate device discovery. A list of all remote devices within range of the local device is compiled.
- Use the IObex::StopDeviceEnum method to halt the device discovery process.
- Use the IObex::EnumDevices method to retrieve the list of devices that were discovered.
See Also
How to: Implement Asynchronous Device Discovery
Send feedback on this topic to the authors.
© 2005 Microsoft Corporation. All rights reserved.