Call Procedure Constants
The following constants are used by the pjs.callProcedure() API:
profound.RESULT_VOID (no result)
profound.RESULT_INT8Â (8-bit signed integer)
profound.RESULT_UINT8Â (8-bit unsigned integer)
profound.RESULT_INT16Â (16-bit signed integer)
profound.RESULT_UINT16Â (16-bit unsigned integer)
profound.RESULT_INT32Â (32-bit signed integer)
profound.RESULT_UINT32Â (32-bit unsigned integer)
profound.RESULT_INT64Â (64-bit signed integer)
profound.RESULT_UINT64Â (64-bit unsigned integer)
profound.RESULT_FLOAT64Â (64-bit floating point)
profound.RESULT_FLOAT128Â (128-bit floating point)
profound.RESULT_PACKED15Â (15-digit packed decimal)
profound.RESULT_PACKED31Â (31-digit packed decimal)
profound.ARG_INT8 (8-bit signed integer)
profound.ARG_UINT8 (8-bit unsigned integer)
profound.ARG_INT16 Â (16-bit signed integer)
profound.ARG_UINT16 (16-bit unsigned integer)
profound.ARG_INT32Â (32-bit signed integer)
profound.ARG_UINT32Â (32-bit unsigned integer)
profound.ARG_INT64Â (64-bit signed integer)
profound.ARG_UINT64Â (64-bit unsigned integer)
profound.ARG_FLOAT32Â (32-bit floating point)
profound.ARG_FLOAT64Â (64-bit floating point)
profound.ARG_FLOAT128 (128-bit floating point)
profound.ARG_SPCPTR (16-byte tagged space pointer or null pointer)
profound.ARG_OPENPTR (16-byte pointer of any type, or null pointer)