Package jnr.posix

Class MacOSCmsgHdr

java.lang.Object
jnr.posix.BaseCmsgHdr
jnr.posix.MacOSCmsgHdr
All Implemented Interfaces:
CmsgHdr

class MacOSCmsgHdr extends BaseCmsgHdr
  • Field Details

  • Constructor Details

    • MacOSCmsgHdr

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

      public MacOSCmsgHdr(NativePOSIX posix, jnr.ffi.Pointer memory, int totalLen)
  • Method Details

    • setLevel

      public void setLevel(int level)
    • getLevel

      public int getLevel()
    • setType

      public void setType(int type)
    • getType

      public int getType()
    • getLen

      public int getLen()
    • setLen

      void setLen(int len)
      Specified by:
      setLen in class BaseCmsgHdr
    • toString

      public String toString(String indent)