C
BYTE _SNMPGet();
Description
This function reads a single byte from the currently active UDP socket, receive buffer, while incrementing the buffer offset from where the next byte will be read.
Preconditions
SNMPTask() is called. A active udp socket is available to read from.
Returns
None.
Remarks
None.