Uses of Enum Class
org.openqa.selenium.devtools.v141.bluetoothemulation.model.GATTOperationType
Packages that use GATTOperationType
Package
Description
-
Uses of GATTOperationType in org.openqa.selenium.devtools.v141.bluetoothemulation
Methods in org.openqa.selenium.devtools.v141.bluetoothemulation with parameters of type GATTOperationTypeModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> BluetoothEmulation.simulateGATTOperationResponse(String address, GATTOperationType type, Integer code) Simulates the response code from the peripheral with |address| for a GATT operation of |type|. -
Uses of GATTOperationType in org.openqa.selenium.devtools.v141.bluetoothemulation.model
Methods in org.openqa.selenium.devtools.v141.bluetoothemulation.model that return GATTOperationTypeModifier and TypeMethodDescriptionstatic GATTOperationTypeGATTOperationType.fromString(String s) GattOperationReceived.getType()static GATTOperationTypeReturns the enum constant of this class with the specified name.static GATTOperationType[]GATTOperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.bluetoothemulation.model with parameters of type GATTOperationType