Skip to main content

Enum CharacteristicProperty

Specifies the properties of a Bluetooth characteristic.

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

Fields

Broadcast

The characteristic supports the broadcast property.

View Source
Declaration
Broadcast = 1

Read

The characteristic supports the read property.

View Source
Declaration
Read = 2

WriteNoResponse

The characteristic supports the write without response property.

View Source
Declaration
WriteNoResponse = 4

Write

The characteristic supports the write property.

View Source
Declaration
Write = 8

Notify

The characteristic supports the notify property.

View Source
Declaration
Notify = 16

Indicate

The characteristic supports the indicate property.

View Source
Declaration
Indicate = 32

SignedWrite

The characteristic supports the signed write property.

View Source
Declaration
SignedWrite = 64

ExtendedProp

The characteristic supports the extended properties property.

View Source
Declaration
ExtendedProp = 128