ServiceRecordBuilderAddServiceClass(Guid) Method

Add a Service Class Id.

Definition

Namespace: InTheHand.Net.Bluetooth.Sdp
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public void AddServiceClass(
	Guid uuid128
)

Parameters

uuid128  Guid
A Guid containing a UUID for the advertised service.

Remarks

Multiple class ids can be added, and they will be written to the ServiceClassIdList attribute in the order in which they were set.

See Also