Class AUParameterStringFromValue

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getInParamID()  
      org.robovm.rt.bro.ptr.FloatPtr getInValue()  
      java.lang.String getOutString()  
      AUParameterStringFromValue setInParamID​(int inParamID)  
      AUParameterStringFromValue setInValue​(org.robovm.rt.bro.ptr.FloatPtr inValue)  
      AUParameterStringFromValue setOutString​(java.lang.String outString)  
      • Methods inherited from class org.robovm.rt.bro.Struct

        _sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
      • Methods inherited from class org.robovm.rt.bro.NativeObject

        equals, getHandle, hashCode, setHandle
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • AUParameterStringFromValue

        public AUParameterStringFromValue()
      • AUParameterStringFromValue

        public AUParameterStringFromValue​(int inParamID,
                                          org.robovm.rt.bro.ptr.FloatPtr inValue,
                                          java.lang.String outString)
    • Method Detail

      • getInParamID

        public int getInParamID()
      • getInValue

        public org.robovm.rt.bro.ptr.FloatPtr getInValue()
      • getOutString

        public java.lang.String getOutString()