Implementing Synchronous Device Discovery

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

The OBEX protocol enables synchronous device discovery.

To implement synchronous device discovery

  1. Use the IObex::StartDeviceEnum method to initiate device discovery. A list of all remote devices within range of the local device is compiled.

  2. Use the IObex::StopDeviceEnum method to halt the device discovery process.

  3. Use the IObex::EnumDevices method to retrieve the list of devices that were discovered.

See Also

Concepts

Discovering OBEX Devices

Other Resources

OBEX Application Development