Uses of Class
org.robovm.apple.corefoundation.CFUUID
| Package | Description |
|---|---|
| org.robovm.apple.corebluetooth | |
| org.robovm.apple.corefoundation |
-
Uses of CFUUID in org.robovm.apple.corebluetooth
Methods in org.robovm.apple.corebluetooth with parameters of type CFUUID Modifier and Type Method Description protected static longCBUUID. create(CFUUID theUUID)Deprecated.Deprecated in iOS 9.0.Constructors in org.robovm.apple.corebluetooth with parameters of type CFUUID Constructor Description CBUUID(CFUUID theUUID)Deprecated.Deprecated in iOS 9.0. -
Uses of CFUUID in org.robovm.apple.corefoundation
Methods in org.robovm.apple.corefoundation that return CFUUID Modifier and Type Method Description static CFUUIDCFUUID. create()static CFUUIDCFUUID. create(byte byte0, byte byte1, byte byte2, byte byte3, byte byte4, byte byte5, byte byte6, byte byte7, byte byte8, byte byte9, byte byte10, byte byte11, byte byte12, byte byte13, byte byte14, byte byte15)static CFUUIDCFUUID. create(String uuidStr)static CFUUIDCFUUID. create(CFAllocator alloc)static CFUUIDCFUUID. create(CFAllocator alloc, byte byte0, byte byte1, byte byte2, byte byte3, byte byte4, byte byte5, byte byte6, byte byte7, byte byte8, byte byte9, byte byte10, byte byte11, byte byte12, byte byte13, byte byte14, byte byte15)static CFUUIDCFUUID. create(CFAllocator alloc, String uuidStr)static CFUUIDCFUUID. create(CFAllocator alloc, CFUUIDBytes bytes)static CFUUIDCFUUID. create(CFUUIDBytes bytes)static CFUUIDCFUUID. getConstantUUID(byte byte0, byte byte1, byte byte2, byte byte3, byte byte4, byte byte5, byte byte6, byte byte7, byte byte8, byte byte9, byte byte10, byte byte11, byte byte12, byte byte13, byte byte14, byte byte15)protected static CFUUIDCFUUID. getConstantUUID(CFAllocator alloc, byte byte0, byte byte1, byte byte2, byte byte3, byte byte4, byte byte5, byte byte6, byte byte7, byte byte8, byte byte9, byte byte10, byte byte11, byte byte12, byte byte13, byte byte14, byte byte15)CFUUIDCFFileSecurity. getGroupUUID()CFUUIDCFFileSecurity. getOwnerUUID()Methods in org.robovm.apple.corefoundation with parameters of type CFUUID Modifier and Type Method Description static voidCFPlugIn. addInstanceForFactory(CFUUID factoryID)protected static StringCFUUID. asString(CFAllocator alloc, CFUUID uuid)static CFArrayCFPlugIn. findFactoriesForPlugInType(CFUUID typeUUID)static CFArrayCFPlugIn. findFactoriesForPlugInTypeInPlugIn(CFUUID typeUUID, CFPlugIn plugIn)static booleanCFPlugIn. registerFactoryFunction(CFUUID factoryUUID, FunctionPtr func)static booleanCFPlugIn. registerFactoryFunctionByName(CFUUID factoryUUID, CFPlugIn plugIn, String functionName)static booleanCFPlugIn. registerPlugInType(CFUUID factoryUUID, CFUUID typeUUID)static voidCFPlugIn. removeInstanceForFactory(CFUUID factoryID)booleanCFFileSecurity. setGroupUUID(CFUUID groupUUID)booleanCFFileSecurity. setOwnerUUID(CFUUID ownerUUID)static booleanCFPlugIn. unregisterFactory(CFUUID factoryUUID)static booleanCFPlugIn. unregisterPlugInType(CFUUID factoryUUID, CFUUID typeUUID)