TCPIP_SNMP_TrapInterFaceSet Function
C
void TCPIP_SNMP_TrapInterFaceSet(
TCPIP_NET_HANDLE netIntf
);
Description
This function is used to Set the network interface to which the TRAP socket is ready to transmit Notifications to the TRAP receiver address.
Preconditions
TCPIP_SNMP_Initialize() is already called.
Parameters
Parameters | Description |
---|---|
netIntf | Network interface. Trap is connected to receiver. |
Returns
None.
Remarks
None.