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