Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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

Abort

Sends an Abortrequest to the server.

Connect

Connects to the specified device.

Disconnect

Disconnects the current connection.

EnumProperties

Returns a standard COM IPropertyBagor IPropertyBag2interface that describes the device.

Get

Issues a Getcommand for an object on an OBEX server.

Put

Issues a Putcommand for an object that is passed to the server.

SetPassword

Sets the password for requests.

SetPath

Issues a SetPathcommand 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