Class SystemB.ProcFdInfo

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.mac.SystemB.ProcFdInfo
Enclosing interface:
SystemB

@FieldOrder({"proc_fd","proc_fdtype"}) public static class SystemB.ProcFdInfo extends Structure
File descriptor information as returned by proc_pidinfo with SystemB.PROC_PIDLISTFDS.

Corresponds to struct proc_fdinfo in <sys/proc_info.h>.

  • Field Details

    • proc_fd

      public int proc_fd
    • proc_fdtype

      public int proc_fdtype
  • Constructor Details

    • ProcFdInfo

      public ProcFdInfo()