tpset
This command sets a MAE parameter value in commhub. Its complement is tpget.
The command syntax is:
tpset [taskname] paramter=value
Where taskname is the name of the daemon or task, parameter is the name of the parameter to set, and value is the new value for it.
Here are some examples:
tpset usergw httpport=80
to set the TCP port for listening for HTTP requests by the usergw daemon to tcp/80.
tpset maeterm termtype=xterm
to set the default terminal type that maeterm emulates to xterm.