Uses of Class
org.robovm.apple.corebluetooth.CBCharacteristicWriteType
| Package | Description |
|---|---|
| org.robovm.apple.corebluetooth |
-
Uses of CBCharacteristicWriteType in org.robovm.apple.corebluetooth
Methods in org.robovm.apple.corebluetooth that return CBCharacteristicWriteType Modifier and Type Method Description static CBCharacteristicWriteTypeCBCharacteristicWriteType. valueOf(long n)Returns the enum constant of this type with the specified name.static CBCharacteristicWriteTypeCBCharacteristicWriteType. valueOf(String name)Returns the enum constant of this type with the specified name.static CBCharacteristicWriteType[]CBCharacteristicWriteType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.corebluetooth with parameters of type CBCharacteristicWriteType Modifier and Type Method Description longCBPeripheral. maximumWriteValueLengthForType(CBCharacteristicWriteType type)voidCBPeripheral. writeValue(NSData data, CBCharacteristic characteristic, CBCharacteristicWriteType type)