Package jnr.posix

Class LinuxCmsgHdr

    • Constructor Detail

      • LinuxCmsgHdr

        public LinuxCmsgHdr​(NativePOSIX posix,
                            jnr.ffi.Pointer memory)
      • LinuxCmsgHdr

        public LinuxCmsgHdr​(NativePOSIX posix,
                            jnr.ffi.Pointer memory,
                            int totalLen)
    • Method Detail

      • setLevel

        public void setLevel​(int level)
      • getLevel

        public int getLevel()
      • setType

        public void setType​(int type)
      • getType

        public int getType()
      • getLen

        public int getLen()
      • toString

        public java.lang.String toString​(java.lang.String indent)