Package apple.struct

Class uuid_command


  • public final class uuid_command
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        uuid_command()  
      protected uuid_command​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int cmd()
      LC_UUID
      int cmdsize()
      sizeof(struct uuid_command)
      void setCmd​(int value)
      LC_UUID
      void setCmdsize​(int value)
      sizeof(struct uuid_command)
      void setUuid​(byte value, int field_idx)
      the 128-bit uuid
      byte uuid​(int field_idx)
      the 128-bit uuid
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • uuid_command

        public uuid_command()
      • uuid_command

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

      • cmd

        public int cmd()
        LC_UUID
      • setCmd

        public void setCmd​(int value)
        LC_UUID
      • cmdsize

        public int cmdsize()
        sizeof(struct uuid_command)
      • setCmdsize

        public void setCmdsize​(int value)
        sizeof(struct uuid_command)
      • uuid

        public byte uuid​(int field_idx)
        the 128-bit uuid
      • setUuid

        public void setUuid​(byte value,
                            int field_idx)
        the 128-bit uuid