SnmpSource Help

SnmpSession.SyncRequest Method (String, SnmpPdu)

Synchronize snmp request. The default port is 161.

public SnmpPdu SyncRequest(
   string remoteipaddress,
   SnmpPdu r1
);

Parameters

remoteipaddress
The remote ip address of the snmp request should send to.
r1
SnmpPdu

Return Value

The received SnmpPdu

See Also

SnmpSession Class | SnmpSource Namespace | SnmpSession.SyncRequest Overload List