Uses of Class
org.robovm.apple.corebluetooth.CBDescriptor
| Package | Description |
|---|---|
| org.robovm.apple.corebluetooth |
-
Uses of CBDescriptor in org.robovm.apple.corebluetooth
Subclasses of CBDescriptor in org.robovm.apple.corebluetooth Modifier and Type Class Description classCBMutableDescriptorMethods in org.robovm.apple.corebluetooth that return types with arguments of type CBDescriptor Modifier and Type Method Description NSArray<CBDescriptor>CBCharacteristic. getDescriptors()NSArray<CBDescriptor>CBMutableCharacteristic. getDescriptors()Methods in org.robovm.apple.corebluetooth with parameters of type CBDescriptor Modifier and Type Method Description voidCBPeripheralDelegate. didUpdateValue(CBPeripheral peripheral, CBDescriptor descriptor, NSError error)voidCBPeripheralDelegateAdapter. didUpdateValue(CBPeripheral peripheral, CBDescriptor descriptor, NSError error)voidCBPeripheralDelegate. didWriteValue(CBPeripheral peripheral, CBDescriptor descriptor, NSError error)voidCBPeripheralDelegateAdapter. didWriteValue(CBPeripheral peripheral, CBDescriptor descriptor, NSError error)voidCBPeripheral. readValue(CBDescriptor descriptor)voidCBPeripheral. writeValue(NSData data, CBDescriptor descriptor)Method parameters in org.robovm.apple.corebluetooth with type arguments of type CBDescriptor Modifier and Type Method Description voidCBMutableCharacteristic. setDescriptors(NSArray<CBDescriptor> v)