Aci_Snmp; Return Values - ADIC Server User Manual

Adic server user manual
Table of Contents

Advertisement

/* Shut down DAS operation */
int rc;
char *now = NULL;
if ((rc = aci_shutdown(now)))
{
}
else
{
}
Figure 4-109

aci_snmp

#include "aci.h"
int aci_snmp (char *Msg)
Figure 4-110
Table 4-49
Parameter
Msg

Return Values

21 Dec 2001
aci_perror("Shut down failed:");
printf("Shut down successful.\n");
Example of the aci_shutdown Function
The aci_snmp function sends SNMP messages. See
Figure 4-110.
aci_snmp Function Call
See Table 4-49.
Parameter for the aci_snmp Function Call
defines the SNMP message
Only supported by the Scalar DLC software.
0: The call was successful.
-1: The call failed.
Description
aci_snmp
4-119

Advertisement

Table of Contents
loading

Table of Contents