SNMPInit Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
SNMPInit Function
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.

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.