Uses of Class
org.robovm.apple.corefoundation.CFMessagePort
| Package | Description |
|---|---|
| org.robovm.apple.corefoundation |
-
Uses of CFMessagePort in org.robovm.apple.corefoundation
Methods in org.robovm.apple.corefoundation that return CFMessagePort Modifier and Type Method Description static CFMessagePortCFMessagePort. createLocal(String name, CFMessagePort.MessagePortCallback callback)protected static CFMessagePortCFMessagePort. createLocal(CFAllocator allocator, String name, FunctionPtr callout, org.robovm.apple.corefoundation.CFMessagePortContext context, BooleanPtr shouldFreeInfo)static CFMessagePortCFMessagePort. createRemote(String name)protected static CFMessagePortCFMessagePort. createRemote(CFAllocator allocator, String name)Methods in org.robovm.apple.corefoundation with parameters of type CFMessagePort Modifier and Type Method Description static CFRunLoopSourceCFMessagePort. createRunLoopSource(CFAllocator allocator, CFMessagePort local, long order)static CFRunLoopSourceCFMessagePort. createRunLoopSource(CFMessagePort local, long order)voidCFMessagePort.InvalidationCallback. invalidate(CFMessagePort port)CFDataCFMessagePort.MessagePortCallback. invoke(CFMessagePort port, long msgid, CFData data)