Package apple.struct

Class mach_msg_seqno_trailer_t


  • public final class mach_msg_seqno_trailer_t
    extends org.moe.natj.c.StructObject
    • Constructor Detail

      • mach_msg_seqno_trailer_t

        public mach_msg_seqno_trailer_t()
      • mach_msg_seqno_trailer_t

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

        public mach_msg_seqno_trailer_t​(int msgh_trailer_type,
                                        int msgh_trailer_size,
                                        int msgh_seqno)
    • Method Detail

      • msgh_trailer_type

        public int msgh_trailer_type()
      • setMsgh_trailer_type

        public void setMsgh_trailer_type​(int value)
      • msgh_trailer_size

        public int msgh_trailer_size()
      • setMsgh_trailer_size

        public void setMsgh_trailer_size​(int value)
      • msgh_seqno

        public int msgh_seqno()
      • setMsgh_seqno

        public void setMsgh_seqno​(int value)