WriteType
The manner in which a value is written to a RemoteCharacteristic. A characteristic may support either or both; use this to choose explicitly when both are available.
Entries
Link copied to clipboard
The write is acknowledged by the peripheral. Requires the CharacteristicProperty.Write or CharacteristicProperty.SignedWrite property.
Link copied to clipboard
The write is not acknowledged by the peripheral. Requires the CharacteristicProperty.WriteWithoutResponse property.