C
void _SNMPPut( BYTE v );
Description
This function writes a single byte to the currently active UDP socket, transmit buffer, while incrementing the buffer offset for the next write operation.
Preconditions
SNMPTask() is called. A active udp socket is availabe to tx from.
Returns
None.
Remarks
None.