C
void SNMPInit();
Description
This function initializes the Snmp agent. One udp socket is intialized and opened at port 161. Agent will receive and transmit all the snmp pdus on this udp socket.
Preconditions
At least one UDP socket must be available. UDPInit() is already called.
Returns
None
Remarks
This function is called only once during lifetime of the application. One UDP socket will be used.