Skip to main content

Enum CharacteristicWriteType

Specifies how a value should be written.

Assembly: Meadow.dll
View Source
Declaration
public enum CharacteristicWriteType

Fields

Default

Value should be written with response if supported, else without response.

View Source
Declaration
Default = 0

WithResponse

Value should be written with response.

View Source
Declaration
WithResponse = 1

WithoutResponse

Value should be written without response.

View Source
Declaration
WithoutResponse = 2