getproc_got_int32( )

NAME

getproc_got_int32( ) - indicate retrieval of a 32-bit integer

SYNOPSIS

void getproc_got_int32 
    ( 
    SNMP_PKT_T *  pPkt,      /* internal representation of the snmp packet */ 
    VB_T *        pVarBind,  /* var bind being processed                   */ 
    INT_32_T      data       /* 32 bit integer value for varbind           */ 
    )

DESCRIPTION

This routine is called from getproc or nextproc when a 32-bit integer value is retreived for a variable binding.

RETURNS

N/A

SEE ALSO

snmpProcLib