Guardian Programming Reference Summary for C

Functions Summary (A-C)
Guardian Programming Reference Summary for C522630-001
4-21
return value:
#include <cextdecs(CONFIG_GETINFO_BYLDEV2_)>
short CONFIG_GETINFO_BYLDEV2_
( long ldevnum /* i */
, long *common-info /* o */
, long common-maxlen /* i */
, long *common-len /* o */
, char *specific-info ] /* o */
, long specific-maxlen ] /* i */
, long *specific-len ] /* o */
, long timeout ] /* i */
, long *error-detail ] ); /* o */
#include <cextdecs(CONFIG_GETINFO_BYNAME2_)>
short CONFIG_GETINFO_BYNAME2_
( char *devname /* i */
, long length /* i */
, long *common-info /* o */
, long common-maxlen /* i */
, long *common-len /* o */
, char *specific-info /* o */
, long specific-maxlen /* i */
, long *specific-len /* o */
, long timeout /* i */
, long *error-detail ); /* o */
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.