Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (D-F)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
5-5
DEFINEINFO 
Returns selected information about a DEFINE.
DEFINELIST 
Specifies the station addresses of the stations the application process wishes to 
communicate with, but only when the process acts as a supervisor or tributary station in 
a centralized multipoint configuration.
error := DEFINEINFO ( define-name 
 ,class
 ,attribute-name
 ,value-buf
 ,value-buf-len
 ,value-len );
error, INT returned value
0 Add was successful.
2049 A syntax error occurred in name.
2051 Define does not exist.
2052 Unable to obtain file-system buffer space.
2054 Bounds error in define-name.
2066 Missing parameter.
define-name, STRING .EXT:ref:24 input
class, STRING .EXT:ref:16 output
attribute-name, STRING .EXT:ref:16 output
value-buf, STRING .EXT:ref:* output
value-buf-len, INT:value output
value-len, INT:ref:1 output
CALL DEFINELIST ( filenum
 ,address-list
 ,address-size
 ,num-entries
 ,polling-count
 ,polling-type );










