Programming Guide |
Receives a list of in and in/out parameters for a method
int sm_receive_args(char *text);
text
- List of in/out and out parameters, separated by commas, of field names and global JPL variables.
COM, EJB
Server
- 0 Not an available method.
sm_receive_args
receives a list of arguments, and writes them to the in and in/out parameters of a method. The arguments are written to the parameters in the order received.
See the example under the JPL verb receive_args.