ADIC Server manual Acieifconf, For the parameters of the acilora structure, refer to -14 on

Models: Server

1 218
Download 218 pages 15.53 Kb
Page 80
Image 80

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.

#include "aci.h"

int aci_eif_conf( struct aci_lora *lora_desc, int *nCount)

Figure 4-30aci_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.

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];

};

Figure 4-31

Returned Status

For the parameters of the aci_lora structure, refer to Table 4-14 on page 4-39.

4-38 DAS ACI Functions

601626-B

Page 80
Image 80
ADIC Server manual Acieifconf, For the parameters of the acilora structure, refer to -14 on