ServiceAttribute Class

Holds an attribute from an SDP service record.

Definition

Namespace: InTheHand.Net.Bluetooth.Sdp
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public sealed class ServiceAttribute
Inheritance
Object    ServiceAttribute

Remarks

Access its SDP Data Element through the Value property and read the data value through the methods and properties on the returned ServiceElement.

Constructors

ServiceAttribute(ServiceAttributeId, ServiceElement) Initializes a new instance of the ServiceAttribute class.
ServiceAttribute(UInt16, ServiceElement) Initializes a new instance of the ServiceAttribute class.

Properties

Id Get the Attribute Id for this attribute.
Value Get the value of this attributes as a ServiceElement

Methods

Equals
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
ToString
(Inherited from Object)

See Also