Package org.robovm.apple.corebluetooth
Class CBConnectionEventMatchingOptions
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.corebluetooth.CBConnectionEventMatchingOptions
public class CBConnectionEventMatchingOptions extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCBConnectionEventMatchingOptions.AsListMarshalerstatic classCBConnectionEventMatchingOptions.Keysstatic classCBConnectionEventMatchingOptions.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description CBConnectionEventMatchingOptions() -
Method Summary
Modifier and Type Method Description NSObjectget(NSString key)NSArray<NSUUID>getPeripheralUUIDs()NSArray<CBUUID>getServiceUUIDs()booleanhas(NSString key)CBConnectionEventMatchingOptionsset(NSString key, NSObject value)CBConnectionEventMatchingOptionssetPeripheralUUIDs(NSArray<NSUUID> peripheralUUIDs)CBConnectionEventMatchingOptionssetServiceUUIDs(NSArray<CBUUID> serviceUUIDs)Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CBConnectionEventMatchingOptions
public CBConnectionEventMatchingOptions()
-
-
Method Details
-
has
-
get
-
set
-
getServiceUUIDs
- Since:
- Available in iOS 13.0 and later.
-
setServiceUUIDs
- Since:
- Available in iOS 13.0 and later.
-
getPeripheralUUIDs
- Since:
- Available in iOS 13.0 and later.
-
setPeripheralUUIDs
- Since:
- Available in iOS 13.0 and later.
-