SnmpSource Help

SnmpSession.SyncRequest Method (String, Int32, SnmpPdu)

Synchronize snmp request.

public SnmpPdu SyncRequest(
   string remoteipaddress,
   int remoteport,
   SnmpPdu r1
);

Parameters

remoteipaddress
The remote ip address of the snmp request will be sent to.
remoteport
The remote port of this snmp request will be sent to.
r1
SnmpPdu

Return Value

The received SnmpPdu

See Also

SnmpSession Class | SnmpSource Namespace | SnmpSession.SyncRequest Overload List