Package apple.struct

Class fd_set


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

      Constructors 
      Modifier Constructor Description
        fd_set()  
      protected fd_set​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int fds_bits​(int field_idx)  
      void setFds_bits​(int value, int field_idx)  
      • 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

      • fd_set

        public fd_set()
      • fd_set

        protected fd_set​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • fds_bits

        public int fds_bits​(int field_idx)
      • setFds_bits

        public void setFds_bits​(int value,
                                int field_idx)