Displaying All Data for a Database Parameter
Use
You request all of the data stored for the database parameter identified as
<parameter_name>.Prerequisites
You have the DBM operator authorization
ParamRead.Syntax
param_getfull <parameter_name>
ExampleReply
The system outputs an OK message followed by all of the data for the parameter concerned.
OK<NL>
<type><NL>
<default><NL>
<value><NL>
<property> <value><NL>
<property> <value><NL>
...
Reply values
<type> |
Data type of the parameter |
<default> |
System default value |
<value> |
Current value, |
<property> |
Property of the Parameter |
<helpline> |
Help text |
<explainline> |
Explanatory text |
In the event of errors, see
Reply Format.