ISdpRecord (Compact 2013)
3/26/2014
This interface manages the contents of an SDP record. Like all COM interfaces, this interface inherits the methods for the IUnknown interface.
Note
SDP records are deleted from the registry when the btdrt.dll module is unloaded.
In This Section
- CreateFromStream
Populates an SDP record with attributes and their values based on the provided raw SDP stream
- GetAttribute
Retrieves the value of an attribute in an SDP record
- GetAttributeAsStream
Retrieves the value of an attribute as a raw SDP stream
- GetAttributeList
Retrieves a list of attributes contained in the SDP record
- GetServiceClass
Retrieves the service class GUID
- SetAttribute
Adds or replaces an attribute and its value
- SetAttributeFromStream
Adds or replaces an attribute and its value from a raw SDP stream
- Walk
Walks the attributes in an SDP record
- WriteToStream
Creates a raw SDP stream based on the contents of the SDP record
Requirements
Header |
bthapi.h |
See Also
Reference
Bluetooth Application Development Interfaces
ISdpNodeContainer
ISdpStream
ISdpWalk