snmpIoWrite( )

NAME

snmpIoWrite( ) - write a packet to the transport

SYNOPSIS

void snmpIoWrite 
    ( 
    void *  pSocket, 
    char *  pBuf, 
    int     bufSize, 
    void *  remote, 
    void *  local 
    )

DESCRIPTION

This routine writes a datagram to the socket. The routine calls sendto( ) with flags always set to 0. The local parameter is not used in this case, but exists for conformance with our transport-independent interface.

RETURNS

N/A

SEE ALSO

snmpIoLib, sendto( ) (VxWorks Reference Manual)