Package apple.corebluetooth.enums
Class CBCharacteristicWriteType
- java.lang.Object
-
- apple.corebluetooth.enums.CBCharacteristicWriteType
-
public final class CBCharacteristicWriteType extends java.lang.Object[@enum] CBCharacteristicWriteType Specifies which type of write is to be performed on a CBCharacteristic.
-
-
Field Summary
Fields Modifier and Type Field Description static longWithoutResponsestatic longWithResponse
-
-
-
Field Detail
-
WithResponse
public static final long WithResponse
- See Also:
- Constant Field Values
-
WithoutResponse
public static final long WithoutResponse
- See Also:
- Constant Field Values
-
-