getproc_got_uint32( )

NAME

getproc_got_uint32( ) - indicate retrieval of a 32-bit unsigned integer

SYNOPSIS

void getproc_got_uint32 
    ( 
    SNMP_PKT_T *  pPkt,      /* internal representation of the snmp packet */ 
    VB_T *        pVarBind,  /* var bind being processed                   */ 
    UINT_32_T     data,      /* unsigned 32 bit integer value for varbind  */ 
    OCTET_T       type       /* SNMP type of value                         */ 
    )

DESCRIPTION

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

RETURNS

N/A

SEE ALSO

snmpProcLib