ServiceRecordBuilderAddServiceClass(UInt16) 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(
	ushort uuid16
)

Parameters

uuid16  UInt16
A UInt16 containing a short-form 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