Package apple.foundation.enums
Class NSMachPortOptions
- java.lang.Object
-
- apple.foundation.enums.NSMachPortOptions
-
public final class NSMachPortOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longNonestatic longReceiveRightstatic longSendRight
-
-
-
Field Detail
-
None
public static final long None
- See Also:
- Constant Field Values
-
SendRight
public static final long SendRight
- See Also:
- Constant Field Values
-
ReceiveRight
public static final long ReceiveRight
- See Also:
- Constant Field Values
-
-