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. |
This interface is used to build a collection of headers. Header collections are used in various interfaces to add more detail to OBEX transactions. This interface creates an empty header collection for a specific device, facilitating connection to a specific service.
For more information about the header types, see the OBEX
specification at this
The following table shows the methods of this interface.
Method | Description |
---|---|
Adds an AppParams header to the collection. |
|
Adds a Body header to the collection. |
|
Adds a raw Byte-type header. |
|
Adds a raw ByteArray-type header. |
|
Adds a Connection Id header to the collection. |
|
Adds a Count header to the collection. |
|
Adds a Description header to the collection. |
|
Adds an EndOfBody header to the collection. |
|
Adds an HTTP header to the collection. |
|
adds a Length header to the collection. |
|
Adds a raw Long-type header. |
|
Adds a Name header to the collection. |
|
Adds an ObjectClass header to the collection. |
|
Adds a Target header to the collection. |
|
Adds a Time header to the collection. |
|
Adds an old-style Time header to the collection. |
|
Adds a Type header to the collection. |
|
Adds a raw Unicode-string-type header. |
|
Adds a Who header to the collection. |
|
Enumerates the headers in the collection. |
|
Removes a header from the collection. |
|
Removes all headers from the collection. |
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 |