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 IObexDevice interface transfers data to and from a remote device after a connection is established to that device.
| Method | Description |
|---|---|
| IObexDevice::Abort | Stops the process that is currently running. |
| IObexDevice::Connect | Initiates an OBEX transaction with a specific remote device. |
| IObexDevice::Disconnect | Disconnects the local device from a remote device. |
| IObexDevice::EnumProperties | Returns a standard COM IPropertyBag or IPropertyBag2 interface that describes the device. |
| IObexDevice::Get | Pulls information from the remote device by using a specific service. |
| IObexDevice::Put | Pushes information to the remote device by using a specific service. |
| IObexDevice::SetPath | Changes directories after the local device is connected to a remote device. |
Remarks
All OBEX transactions have an associated header that contains information pertaining to device type and identification.
Requirements
Pocket PC Platforms: Pocket PC 2002 and later
OS Versions: Windows CE 3.0 and later
Header: obex.h
Library: obexguid.lib
Send feedback on this topic to the authors.
© 2005 Microsoft Corporation. All rights reserved.