Class BluetoothExtensionMethods
Extension methods for Meadow Bluetooth objects
Assembly: Meadow.Contracts.dll
View Source
Declaration
public static class BluetoothExtensionMethods
Methods
CanBeRead(ICharacteristic)
Returns true if an ICharacteristic can be read, otherwise False
View Source
Declaration
public static bool CanBeRead(this ICharacteristic c)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
Meadow.Gateways.Bluetooth.ICharacteristic | c |