Uses of Class
org.robovm.apple.corebluetooth.CBConnectionEvent
| Package | Description |
|---|---|
| org.robovm.apple.corebluetooth |
-
Uses of CBConnectionEvent in org.robovm.apple.corebluetooth
Methods in org.robovm.apple.corebluetooth that return CBConnectionEvent Modifier and Type Method Description static CBConnectionEventCBConnectionEvent. valueOf(long n)Returns the enum constant of this type with the specified name.static CBConnectionEventCBConnectionEvent. valueOf(String name)Returns the enum constant of this type with the specified name.static CBConnectionEvent[]CBConnectionEvent. 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 CBConnectionEvent Modifier and Type Method Description voidCBCentralManagerDelegate. connectionEventDidOccur(CBCentralManager central, CBConnectionEvent event, CBPeripheral peripheral)voidCBCentralManagerDelegateAdapter. connectionEventDidOccur(CBCentralManager central, CBConnectionEvent event, CBPeripheral peripheral)