GattCharacteristic.CharacteristicProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the GATT characteristic properties, as defined by the GATT profile.
If the ExtendedProperties flag is present it also represents the properties of the Extended Characteristic Properties Descriptor.
public:
property GattCharacteristicProperties CharacteristicProperties { GattCharacteristicProperties get(); };
GattCharacteristicProperties CharacteristicProperties();
public GattCharacteristicProperties CharacteristicProperties { get; }
var gattCharacteristicProperties = gattCharacteristic.characteristicProperties;
Public ReadOnly Property CharacteristicProperties As GattCharacteristicProperties
Property Value
The GATT characteristic properties, as defined by the GATT profile.
Windows requirements
App capabilities |
bluetooth
|