1.2.1.19.40 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

ParametersDescription
netIntfNetwork interface. Trap is connected to receiver.

Returns

None.

Remarks

None.