Skip to main content

Enum CharacteristicProperty

Specifies the properties of a Bluetooth characteristic.

Assembly: Meadow.Contracts.dll
View Source
[Flags]
public enum CharacteristicProperty : byte

Fields

Broadcast

The characteristic supports the broadcast property.

View Source
Broadcast = 1

Read

The characteristic supports the read property.

View Source
Read = 2

WriteNoResponse

The characteristic supports the write without response property.

View Source
WriteNoResponse = 4

Write

The characteristic supports the write property.

View Source
Write = 8

Notify

The characteristic supports the notify property.

View Source
Notify = 16

Indicate

The characteristic supports the indicate property.

View Source
Indicate = 32

SignedWrite

The characteristic supports the signed write property.

View Source
SignedWrite = 64

ExtendedProp

The characteristic supports the extended properties property.

View Source
ExtendedProp = 128