ADIC Server Server User Manual


 
4-38 DAS ACI Functions
601626-B
•ERPC
EINVALID
ETIMEOUT
ESWITCHINPROGRESS
EBADCLIENT
ENOTSUPPHCMD
aci_eif_conf
The aci_eif_conf function queries status from up to 20 logical
ranges. See Figure 4-30.
Figure 4-30 aci_eif_conf Function Call
The call returns nCount and the staus of the logical range. The
status is returned in an array of pointers to the aci_lora
structure. The array can be a maximum of 20 elements. See
Figure 4-31.
Figure 4-31 Returned Status
For the parameters of the aci_lora structure, refer to Table 4-14
on page 4-39.
#include "aci.h"
int aci_eif_conf( struct aci_lora *lora_desc,
int *nCount)
struct aci_lora {
char lora_name[ACI_AREANAME_LEN];
char StartCoord[ACI_COORD_LEN];
char EndCoord[ACI_COORD_LEN];
char ctype
char description[ACI_DESCRIPTION_LEN];
};