Package apple.struct

Class mach_msg_header_t


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

      • mach_msg_header_t

        public mach_msg_header_t()
      • mach_msg_header_t

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

      • msgh_bits

        public int msgh_bits()
      • setMsgh_bits

        public void setMsgh_bits​(int value)
      • msgh_size

        public int msgh_size()
      • setMsgh_size

        public void setMsgh_size​(int value)
      • msgh_remote_port

        public int msgh_remote_port()
      • setMsgh_remote_port

        public void setMsgh_remote_port​(int value)
      • msgh_local_port

        public int msgh_local_port()
      • setMsgh_local_port

        public void setMsgh_local_port​(int value)
      • msgh_voucher_port

        public int msgh_voucher_port()
      • setMsgh_voucher_port

        public void setMsgh_voucher_port​(int value)
      • msgh_id

        public int msgh_id()
      • setMsgh_id

        public void setMsgh_id​(int value)