Guardian Programming Reference Summary for pTAL and TAL

Procedure Calls Summary (A-C)
Guardian Programming Reference Summary for pTAL and TAL522631-001
4-34
error := CONFIG_GETINFO_BYNAME2_ ( devname:length
,common-info
,common-maxlen
,common-len
,specific-info
,specific-maxlen
,specific-len
,timeout
,error-detail );
error, INT(32) returned value
0D
Device found and data is returned. The value of error-detail is set to
zero.
1D
Device or subtype 30 process returned an error. The error is reported in
error-detail.
2D
Required parameter is invalid. The value of error-detail is set to the
ordinal number of the invalid parameter.
3D
Bounds error; a reference parameter contained an illegal address. The value
of error-detail is set to the ordinal number of the invalid parameter.
4D
Device returned error or invalid data to the inquiry. If error-detail is -
1, then the device returned zero and the response is invalid. Otherwise,
error-detail is the value of the error returned to the inquiry by the
device.
ldevnum (CONFIG_GETINFO_BYLDEV only), INT(32):value input
devname:length (CONFIG_GETINFO_BYDEVNAME only),
STRING .EXT:ref:*, INT:value
input: input
common-info, INT .EXT:ref:(ZSYS^DDL^CONFIG^GETINFO2) output
common-maxlen, INT:value input
common-len, INT .EXT:ref:1 output
specific-info, INT .EXT:ref:1 output
specific-maxlen, INT:value input
specific-len, INT .EXT:ref:1 output
timeout, INT(32):value input
error-detail, INT(32) .EXT:ref:1 output