Share via


ISdpStream

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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

ByteSwap*

Converts data from system-specific byte ordering into SDP network byte order.

NormalizeUuid

Coverts the data UUID into a GUID.

Retrieve*

Retrieves data from the stream in a pointer-alignment-safe manner.

RetrieveElementInfo

Retrieves the information of an element from the stream in a pointer-alignment-safe manner.

RetrieveRecords

Retrieves a record from the stream in a pointer-alignment-safe manner.

Validate

Parses the raw SDP stream to ensure it is valid and well formed.

VerifySequenceOf

Parses the raw SDP stream to ensure the sequence of elements is valid and well formed.

Walk

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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

ISdpNodeContainer
ISdpRecord
ISdpWalk
Bluetooth Application Development Interfaces