Share via


ISdpStream (Compact 2013)

3/26/2014

This interface manages streamed data. Like all COM interfaces, this interface inherits the methods for the IUnknown interface

In This Section

  • ByteSwap*
    Converts data from system-specific byte ordering into SDP network byte order
  • 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

Requirements

Header

bthapi.h

See Also

Reference

Bluetooth Application Development Interfaces
ISdpNodeContainer
ISdpRecord
ISdpWalk