IObexDevice:IUnknown
A version of this page is also available for
4/8/2010
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 |
---|---|
Sends an Abort request to the server. |
|
Connects to the specified device. |
|
Disconnects the current connection. |
|
Returns a standard COM IPropertyBag or IPropertyBag2 interface that describes the device. |
|
Issues a Get command for an object on an OBEX server. |
|
Issues a Put command for an object that is passed to the server. |
|
Sets the password for requests. |
|
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
Header | obex.h, obex.idl |
Library | uuid.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
Windows Mobile | Pocket PC 2002 and later, Smartphone 2002 and later |
See Also
Reference
IDeviceEnum:IUnknown
IHeaderCollection:IUnknown
IHeaderEnum:IUnknown
IObex:IUnknown
IObexSink:IUnknown
OBEX Interfaces