@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface BluetoothDataFilterInit
| Modifier and Type | Method and Description |
|---|---|
static BluetoothDataFilterInit |
create() |
BufferSource |
dataPrefix() |
default BluetoothDataFilterInit |
dataPrefix(BufferSource dataPrefix) |
BufferSource |
mask() |
default BluetoothDataFilterInit |
mask(BufferSource mask) |
void |
setDataPrefix(BufferSource dataPrefix) |
void |
setMask(BufferSource mask) |
@JsOverlay @Nonnull static BluetoothDataFilterInit create()
@JsProperty(name="dataPrefix") BufferSource dataPrefix()
@JsProperty
void setDataPrefix(@Nonnull
BufferSource dataPrefix)
@JsOverlay @Nonnull default BluetoothDataFilterInit dataPrefix(@Nonnull BufferSource dataPrefix)
@JsProperty(name="mask") BufferSource mask()
@JsProperty
void setMask(@Nonnull
BufferSource mask)
@JsOverlay @Nonnull default BluetoothDataFilterInit mask(@Nonnull BufferSource mask)