In The Hand
AddBluetoothProfileDescriptor Method (classId, majorVersion, minorVersion)
NamespacesInTheHand.Net.BluetoothServiceRecordBuilderAddBluetoothProfileDescriptor(Guid, Byte, Byte)
.NET Components for Mobility
Add a BluetoothProfileDescriptorList element.
Declaration Syntax
C#Visual Basic
public void AddBluetoothProfileDescriptor(
	Guid classId,
	byte majorVersion,
	byte minorVersion
)
Public Sub AddBluetoothProfileDescriptor ( _
	classId As Guid, _
	majorVersion As Byte, _
	minorVersion As Byte _
)
Parameters
classId (Guid)
The Service Class Id of the Bluetooth profile, as a Guid
majorVersion (Byte)
The major version number, as a Byte.
minorVersion (Byte)
The minor version number, as a Byte.

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 3.0.0.0