GattCharacteristicUuidsGetCharacteristicName Method

[Missing <summary> documentation for "M:InTheHand.Bluetooth.GattCharacteristicUuids.GetCharacteristicName(InTheHand.Bluetooth.BluetoothUuid,System.Boolean)"]

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public static string GetCharacteristicName(
	BluetoothUuid uuid,
	bool includeNamespace = false
)

Parameters

uuid  BluetoothUuid

[Missing <param name="uuid"/> documentation for "M:InTheHand.Bluetooth.GattCharacteristicUuids.GetCharacteristicName(InTheHand.Bluetooth.BluetoothUuid,System.Boolean)"]

includeNamespace  Boolean  (Optional)

[Missing <param name="includeNamespace"/> documentation for "M:InTheHand.Bluetooth.GattCharacteristicUuids.GetCharacteristicName(InTheHand.Bluetooth.BluetoothUuid,System.Boolean)"]

Return Value

String

[Missing <returns> documentation for "M:InTheHand.Bluetooth.GattCharacteristicUuids.GetCharacteristicName(InTheHand.Bluetooth.BluetoothUuid,System.Boolean)"]

See Also