ServiceRecordBuilderAddServiceClass(UInt32) 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(
	uint uuid32
)

Parameters

uuid32  UInt32
A UInt32 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