Class CharacteristicProperties
java.lang.Object
org.openqa.selenium.devtools.v138.bluetoothemulation.model.CharacteristicProperties
Describes the properties of a characteristic. This follows Bluetooth Core
Specification BT 4.2 Vol 3 Part G 3.3.1. Characteristic Properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCharacteristicProperties
(Optional<Boolean> broadcast, Optional<Boolean> read, Optional<Boolean> writeWithoutResponse, Optional<Boolean> write, Optional<Boolean> notify, Optional<Boolean> indicate, Optional<Boolean> authenticatedSignedWrites, Optional<Boolean> extendedProperties) -
Method Summary
-
Constructor Details
-
CharacteristicProperties
-
-
Method Details
-
getBroadcast
-
getRead
-
getWriteWithoutResponse
-
getWrite
-
getNotify
-
getIndicate
-
getAuthenticatedSignedWrites
-
getExtendedProperties
-