Uses of Class
org.robovm.apple.corebluetooth.CBCharacteristicProperties
| Package | Description |
|---|---|
| org.robovm.apple.corebluetooth |
-
Uses of CBCharacteristicProperties in org.robovm.apple.corebluetooth
Fields in org.robovm.apple.corebluetooth declared as CBCharacteristicProperties Modifier and Type Field Description static CBCharacteristicPropertiesCBCharacteristicProperties. AuthenticatedSignedWritesstatic CBCharacteristicPropertiesCBCharacteristicProperties. Broadcaststatic CBCharacteristicPropertiesCBCharacteristicProperties. ExtendedPropertiesstatic CBCharacteristicPropertiesCBCharacteristicProperties. Indicatestatic CBCharacteristicPropertiesCBCharacteristicProperties. IndicateEncryptionRequiredstatic CBCharacteristicPropertiesCBCharacteristicProperties. Nonestatic CBCharacteristicPropertiesCBCharacteristicProperties. Notifystatic CBCharacteristicPropertiesCBCharacteristicProperties. NotifyEncryptionRequiredstatic CBCharacteristicPropertiesCBCharacteristicProperties. Readstatic CBCharacteristicPropertiesCBCharacteristicProperties. Writestatic CBCharacteristicPropertiesCBCharacteristicProperties. WriteWithoutResponseMethods in org.robovm.apple.corebluetooth that return CBCharacteristicProperties Modifier and Type Method Description protected CBCharacteristicProperties[]CBCharacteristicProperties. _values()CBCharacteristicPropertiesCBCharacteristic. getProperties()CBCharacteristicPropertiesCBMutableCharacteristic. getProperties()static CBCharacteristicProperties[]CBCharacteristicProperties. values()protected CBCharacteristicPropertiesCBCharacteristicProperties. wrap(long value, long mask)Methods in org.robovm.apple.corebluetooth with parameters of type CBCharacteristicProperties Modifier and Type Method Description protected longCBMutableCharacteristic. init(CBUUID UUID, CBCharacteristicProperties properties, NSData value, CBAttributePermissions permissions)voidCBMutableCharacteristic. setProperties(CBCharacteristicProperties v)Constructors in org.robovm.apple.corebluetooth with parameters of type CBCharacteristicProperties Constructor Description CBMutableCharacteristic(CBUUID UUID, CBCharacteristicProperties properties, NSData value, CBAttributePermissions permissions)