IObexDevice:IUnknown (Windows CE 5.0)
This interface exposes the name and address of the device. The address is transport-specific but presented as a string.
The following table shows the methods of this interface.
Method | Description |
---|---|
Abort | Sends an Abort request to the server. |
Connect | Connects to the specified device. |
Disconnect | Disconnects the current connection. |
EnumProperties | Returns a standard COM IPropertyBag or IPropertyBag2 interface that describes the device. |
Get | Issues a Get command for an object on an OBEX server. |
Put | Issues a Put command for an object that is passed to the server. |
SetPassword | Sets the password for requests. |
SetPath | Issues a SetPath command to the server. |
Remarks
All OBEX transactions have an associated header that contains information pertaining to device type and identification.
Requirements
Smartphone: Smartphone 2002 and later
Pocket PC: Pocket PC 2002 and later
OS Versions: Windows CE .NET 4.0 and later.
Header: Obex.h, Obex.idl.
Link Library: Uuid.lib.
See Also
IDeviceEnum | IHeaderCollection | IHeaderEnum | IObex | IObexSink | OBEX Interfaces
Send Feedback on this topic to the authors