ServiceRecordBuilderAddServiceClass(Int32) 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(
	int uuid16or32
)

Parameters

uuid16or32  Int32
A Int32 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