EBufferNext( )

NAME

EBufferNext( ) - return a pointer to the next unused byte of the buffer memory

SYNOPSIS

OCTET_T *   EBufferNext 
    ( 
    EBUFFER_T *  ebuffp  /* extended buffer */ 
    );

DESCRIPTION

This routine returns a pointer to the next unused byte in the buffer memory. The pointer is valid only if there are unused bytes remaining in the buffer.

RETURNS

a pointer to the first unused byte.

SEE ALSO

snmpEbufLib