Guardian Programming Reference Summary for C
Functions Summary (D-F)
Guardian Programming Reference Summary for C—522630-001
5-5
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.
DEFINEMODE
Controls the use of DEFINEs.
return value:
DEFINENEXTNAME
Returns the name of the DEFINE that follows the specified DEFINE (in ASCII order).
#include <cextdecs(DEFINELIST)>
_cc_status DEFINELIST ( short filenum /* i */
,short _near *address-list /* i */
,short address-size /* i */
,short num-entries /* i */
,short polling-count /* i */
,short polling-type ); /* i */
_status_lt (<return_value>) An error occurred (call FILEINFO).
_status_eq (<return_value>) The DEFINELIST procedure was executed
successfully.
#include <cextdecs(DEFINEMODE)>
short DEFINEMODE ( [ short new-value ] /* i */
,[ short _near *old-value ] ); /* o */
0 = Success.
2067 = The value supplied in new-value is invalid.
#include <cextdecs(DEFINENEXTNAME)>
short DEFINENEXTNAME ( char *define-name ); /* i,o */