Package apple.struct

Class linger


  • public final class linger
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        linger()  
        linger​(int l_onoff, int l_linger)  
      protected linger​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int l_linger()
      linger time
      int l_onoff()
      option on/off
      void setL_linger​(int value)
      linger time
      void setL_onoff​(int value)
      option on/off
      • 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

      • linger

        public linger()
      • linger

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

        public linger​(int l_onoff,
                      int l_linger)
    • Method Detail

      • l_onoff

        public int l_onoff()
        option on/off
      • setL_onoff

        public void setL_onoff​(int value)
        option on/off
      • l_linger

        public int l_linger()
        linger time
      • setL_linger

        public void setL_linger​(int value)
        linger time