Documentation of 'com.jstatcom.engine.stub.CSignTypes' Java class
CSignTypes
com.jstatcom.engine.stub

Class CSignTypes



  • public final class CSignTypes
    extends JSCPropertyTypes
    Typesave enum that defines property types for JSCData objects that can be used to model the signature of exported C functions. The defined property types can be used in the setJSCProperty, getJSCProperty methods of JSCData. Setting these properties defines, how data values are converted to C types.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static CSignTypes BYREF
      Can be used to set the "BYREF" property of value types.
      static CSignTypes FLOAT
      Can be used to set the "FLOAT" property of NUMBER and NARRAY objects.
      static CSignTypes VECTOR
      Can be used to set the "VECTOR" property of array types.
    • Field Detail

      • FLOAT

        public static final CSignTypes FLOAT
        Can be used to set the "FLOAT" property of NUMBER and NARRAY objects. Legal values are "true" or "false". Any other value will be treated as "false".
      • VECTOR

        public static final CSignTypes VECTOR
        Can be used to set the "VECTOR" property of array types. Legal values are "true" or "false". Any other value will be treated as "false".
      • BYREF

        public static final CSignTypes BYREF
        Can be used to set the "BYREF" property of value types. Legal values are "true" or "false". Any other value will be treated as "false". This property is used to distinguish between call by reference and call by value.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.