ISdpRecord:IUnknown
This interface manages the contents of an SDP record.
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 |
---|---|
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. |
SetAttribute | Adds or replaces an attribute and its value. |
SetAttributeFromStream | Adds or replaces an attribute and its value from a raw SDP stream. |
GetServiceClass | Retrieves the service class globally unique identifier (GUID) |
Walk | Walks the attributes in an SDP record. |
WriteToStream | Creates a raw SDP stream based on the contents of the SDP record. |
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Bthapi.h, Bthapi.idl.
Link Library: Btdrt.lib.
See Also
ISdpNodeContainer | ISdpRecord | ISdpStream | ISdpWalk | Bluetooth Interfaces
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.