@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="BluetoothCharacteristicProperties")
public class BluetoothCharacteristicProperties
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
BluetoothCharacteristicProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticatedSignedWrites()
The authenticatedSignedWrites read-only property of the BluetoothCharacteristicProperties interface returns a boolean that is true if signed writing to the characteristic value is permitted.
|
boolean |
broadcast()
The broadcast read-only property of the BluetoothCharacteristicProperties interface returns a boolean that is true if the broadcast of the characteristic value is permitted using the Server Characteristic Configuration Descriptor.
|
boolean |
indicate()
The indicate read-only property of the BluetoothCharacteristicProperties interface returns a boolean that is true if indications of the characteristic value with acknowledgement is permitted.
|
boolean |
notify_()
The notify read-only property of the BluetoothCharacteristicProperties interface returns a boolean that is true if notifications of the characteristic value without acknowledgement is permitted.
|
boolean |
read()
The read read-only property of the BluetoothCharacteristicProperties interface returns a boolean that is true if the reading of the characteristic value is permitted.
|
boolean |
reliableWrite()
The reliableWrite read-only property of the BluetoothCharacteristicProperties interface returns a boolean that is true if reliable writes to the characteristic is permitted.
|
boolean |
writableAuxiliaries() |
boolean |
write()
The write read-only property of the BluetoothCharacteristicProperties interface returns a boolean that is true if the writing to the characteristic with response is permitted.
|
boolean |
writeWithoutResponse() |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@JsProperty(name="authenticatedSignedWrites") public boolean authenticatedSignedWrites()
@JsProperty(name="broadcast") public boolean broadcast()
@JsProperty(name="indicate") public boolean indicate()
@JsProperty(name="notify") public boolean notify_()
@JsProperty(name="read") public boolean read()
@JsProperty(name="reliableWrite") public boolean reliableWrite()
@JsProperty(name="writableAuxiliaries") public boolean writableAuxiliaries()
@JsProperty(name="write") public boolean write()
@JsProperty(name="writeWithoutResponse") public boolean writeWithoutResponse()