Package apple.struct

Class mach_port_limits


  • public final class mach_port_limits
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int mpl_qlimit()
      number of msgs
      void setMpl_qlimit​(int value)
      number of msgs
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • mach_port_limits

        public mach_port_limits()
      • mach_port_limits

        protected mach_port_limits​(org.moe.natj.general.Pointer peer)
      • mach_port_limits

        public mach_port_limits​(int mpl_qlimit)
    • Method Detail

      • mpl_qlimit

        public int mpl_qlimit()
        number of msgs
      • setMpl_qlimit

        public void setMpl_qlimit​(int value)
        number of msgs