[Missing <summary> documentation for "M:InTheHand.Bluetooth.GattDescriptorUuids.GetDescriptorName(InTheHand.Bluetooth.BluetoothUuid,System.Boolean)"]
public static string GetDescriptorName(
BluetoothUuid uuid,
bool includeNamespace = false
)
Public Shared Function GetDescriptorName (
uuid As BluetoothUuid,
Optional includeNamespace As Boolean = false
) As String
public:
static String^ GetDescriptorName(
BluetoothUuid uuid,
bool includeNamespace = false
)
static member GetDescriptorName :
uuid : BluetoothUuid *
?includeNamespace : bool
(* Defaults:
let _includeNamespace = defaultArg includeNamespace false
*)
-> string
[Missing <param name="uuid"/> documentation for "M:InTheHand.Bluetooth.GattDescriptorUuids.GetDescriptorName(InTheHand.Bluetooth.BluetoothUuid,System.Boolean)"]
[Missing <param name="includeNamespace"/> documentation for "M:InTheHand.Bluetooth.GattDescriptorUuids.GetDescriptorName(InTheHand.Bluetooth.BluetoothUuid,System.Boolean)"]
[Missing <returns> documentation for "M:InTheHand.Bluetooth.GattDescriptorUuids.GetDescriptorName(InTheHand.Bluetooth.BluetoothUuid,System.Boolean)"]