ISdpStream (Windows Embedded CE 6.0)
1/6/2010
This interface manages streamed data.
Methods
The following table shows the methods for this interface in alphabetical order. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.
Method | Description |
---|---|
Converts data from system-specific byte ordering into SDP network byte order. |
|
Coverts the data UUID into a GUID. |
|
Retrieves data from the stream in a pointer-alignment-safe manner. |
|
Retrieves the information of an element from the stream in a pointer-alignment-safe manner. |
|
Retrieves a record from the stream in a pointer-alignment-safe manner. |
|
Parses the raw SDP stream to ensure it is valid and well formed. |
|
Parses the raw SDP stream to ensure the sequence of elements is valid and well formed. |
|
Walks a raw SDP stream, calling ISdpWalk::WalkStream for each element. |
Requirements
Header | bthapi.h, bthapi.idl |
Library | Btdrt.lib |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
Bluetooth Application Development Interfaces
ISdpNodeContainer
ISdpRecord
ISdpWalk