Enum CharacteristicOperationType
- Namespace
- OpenQA.Selenium.DevTools.V137.BluetoothEmulation
- Assembly
- WebDriver.dll
CharacteristicOperationType
[JsonConverter(typeof(JsonEnumMemberConverter<CharacteristicOperationType>))]
public enum CharacteristicOperationType
Fields
[EnumMember(Value = "read")] Read = 0
Enumerated member for the read value.
[EnumMember(Value = "subscribe-to-notifications")] SubscribeToNotifications = 2
Enumerated member for the subscribe-to-notifications value.
[EnumMember(Value = "unsubscribe-from-notifications")] UnsubscribeFromNotifications = 3
Enumerated member for the unsubscribe-from-notifications value.
[EnumMember(Value = "write")] Write = 1
Enumerated member for the write value.