Uses of Class
org.robovm.apple.corefoundation.CFMessagePortErrorCode
| Package | Description |
|---|---|
| org.robovm.apple.corefoundation |
-
Uses of CFMessagePortErrorCode in org.robovm.apple.corefoundation
Methods in org.robovm.apple.corefoundation that return CFMessagePortErrorCode Modifier and Type Method Description CFMessagePortErrorCodeCFMessagePortError. getErrorCode()protected CFMessagePortErrorCodeCFMessagePort. sendRequest(int msgid, CFData data, double sendTimeout, double rcvTimeout, String replyMode, CFData.CFDataPtr returnData)static CFMessagePortErrorCodeCFMessagePortErrorCode. valueOf(long n)Returns the enum constant of this type with the specified name.static CFMessagePortErrorCodeCFMessagePortErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static CFMessagePortErrorCode[]CFMessagePortErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.robovm.apple.corefoundation with parameters of type CFMessagePortErrorCode Constructor Description CFMessagePortError(CFMessagePortErrorCode code)