public final class CBCharacteristicWriteType
extends java.lang.Object
Specifies which type of write is to be performed on a CBCharacteristic.
| Modifier and Type | Field and Description |
|---|---|
static long |
WithoutResponse |
static long |
WithResponse |
public static final long WithResponse
public static final long WithoutResponse