Adic Server Instrukcja Użytkownika Strona 161

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 218
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 160
aci_snmp 4-119
21 Dec 2001
Figure 4-109 Example of the aci_shutdown Function
aci_snmp
The aci_snmp function sends SNMP messages. See
Figure 4-110.
Figure 4-110 aci_snmp Function Call
See Table 4-49.
Only supported by the Scalar DLC software.
Return Values
0: The call was successful.
-1: The call failed.
Table 4-49 Parameter for the aci_snmp Function Call
Parameter Description
Msg defines the SNMP message
/* Shut down DAS operation */
int rc;
char *now = NULL;
if ((rc = aci_shutdown(now)))
{
aci_perror("Shut down failed:");
}
else
{
printf("Shut down successful.\n");
}
#include "aci.h"
int aci_snmp (char *Msg)
Przeglądanie stron 160
1 2 ... 156 157 158 159 160 161 162 163 164 165 166 ... 217 218

Komentarze do niniejszej Instrukcji

Brak uwag