Enum CharacteristicWriteType
Specifies how a value should be written.
Assembly: Meadow.dll
View Source
public enum CharacteristicWriteType
Fields
Default
Value should be written with response if supported, else without response.
View Source
Default = 0
WithResponse
Value should be written with response.
View Source
WithResponse = 1
WithoutResponse
Value should be written without response.
View Source
WithoutResponse = 2