SnmpSource Help

SnmpPdu Class

The Pdu will be sent out inside each snmp session. Different Pdu property should be assigned according to pdu type which is defined in EnumPduType.

For a list of all members of this type, see SnmpPdu Members.

System.Object
   SnmpSource.SnmpPdu

public class SnmpPdu

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

If the pdu type is GetPdu, GetNextPdu, InformPdu, ResponsePdu, ReportPdu, TrapV2Pdu or SetPdu, Community (Default Public), Version (Default Version1) RequestID (Default 1), ErrorStatus(Default 0), ErrorIndex (Default SnmpErrorStatus.noError) and the proper SnmpVariable should be added. If the pdu type is GetBulkPdu, two additional properties, BulkMaxRepetitions and BulkNonRepeaters should be assigned. If the pdu is TrapV1Pdu, V1remoteipaddress, V1Enterprise, V1GenericTrap, V1SpecificTrap, V1TimeStamp could be assighed.

Requirements

Namespace: SnmpSource

Assembly: SnmpSource (in SnmpSource.dll)

See Also

SnmpPdu Members | SnmpSource Namespace