Share via


Implementing Synchronous Device Discovery (Windows Embedded CE 6.0)

1/6/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