ServiceRecord(ServiceAttribute) Constructor

Initializes a new instance of the ServiceRecord class with the specified set of ServiceAttributes.

Definition

Namespace: InTheHand.Net.Bluetooth.Sdp
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public ServiceRecord(
	params ServiceAttribute[] attributesList
)

Parameters

attributesList  ServiceAttribute
The list of ServiceAttribute to add to the record, as an array of ServiceAttribute.

See Also