ServiceAttribute(ServiceAttributeId, ServiceElement) Constructor

Initializes a new instance of the ServiceAttribute class.

Definition

Namespace: InTheHand.Net.Bluetooth.Sdp
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public ServiceAttribute(
	ServiceAttributeId id,
	ServiceElement value
)

Parameters

id  ServiceAttributeId
The Attribute Id as a ServiceAttributeId.
value  ServiceElement
The value as a ServiceElement.

See Also