Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (A-C)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
4-33
CONFIG_GETINFO_BYLDEV2
CONFIG_GETINFO_BYNAME2
The CONFIG_GETINFO_BYLDEV2_ and CONFIG_GETINFO_BYNAME2_
procedures are variants of CONFIG_GETINFO_BYLDEV
and
CONFIG_GETINFO_BYNAME. The CONFIG_GETINFO_BYLDEV2_ and
CONFIG_GETINFO_BYNAME2_ procedures allow the caller to specify device names
that do not conform to Guardian file-name formats as required by some communication
devices.
ldevnum (CONFIG_GETINTO_BYLDEV only) input
devname:length, STRING .EXT:ref:*
(CONFIG_GETINTO_BYDEVNAME only)
input:input
common-info output
common-info-maxlen, INT:value input
common-info-len, INT .EXT:ref:1 output
specific-info, INT .EXT:ref:* output
specific-info-maxlen, INT:value input
specific-info-len, INT .EXT:ref:1 output
timeout, INT(32):value input
error-detail output
Note. These procedures are supported only on G-series releases. To obtain information about
devices on D-series releases, call one of the following procedures:
FILE_GETINFOBYNAME_, DEVICE_GETINFOBYNAME_, or DEVICE_GETINFOBYLDEV_.
error := CONFIG_GETINFO_BYLDEV2_ ( ldevnum
,common-info
,common-maxlen
,common-len
,specific-info
,specific-maxlen
,specific-len
,timeout
,error-detail );