ServiceRecordBuilderAddBluetoothProfileDescriptor Method
Namespace: InTheHand.Net.Bluetooth.SdpAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public void AddBluetoothProfileDescriptor(
Guid classId,
byte majorVersion,
byte minorVersion
)
Public Sub AddBluetoothProfileDescriptor (
classId As Guid,
majorVersion As Byte,
minorVersion As Byte
)
public:
void AddBluetoothProfileDescriptor(
Guid classId,
unsigned char majorVersion,
unsigned char minorVersion
)
member AddBluetoothProfileDescriptor :
classId : Guid *
majorVersion : byte *
minorVersion : byte -> unit
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.