SnmpSource Help

SnmpPdu Members

SnmpPdu overview

Public Instance Constructors

SnmpPdu Constructor Constructor of SnmpPdu

Public Instance Properties

BulkMaxRepetitions Only available for GetBulkPdu pdu type. This type is only available for version 2 snmp.
BulkNonRepeaters Only available for GetBulkPdu pdu type. This type is only available for version 2 snmp.
Community Community property get and set the community string. The default community is "public".
ErrorIndex This property return and set current error index.
ErrorStatus This property return and set current error status.
InnerVariables The SnmpVariable collection for PDU.
PduType Get and Set the Pdu Type of this SnmpPdu.
RequestID This property return and set current Request ID. The default Request ID is 1.
V1Enterprise Only available for TrapV1Pdu pdu type. This type is only available for version 1 snmp.
V1GenericTrap Only available for TrapV1Pdu pdu type. This type is only available for version 1 snmp.
V1remoteipaddress Only available for TrapV1Pdu pdu type. This type is only available for version 1 snmp.
V1SpecificTrap Only available for TrapV1Pdu pdu type. This type is only available for version 1 snmp.
V1TimeStamp Only available for TrapV1Pdu pdu type. This type is only available for version 1 snmp.
Version This property get and set current snmp request's version.
V3AuthenticationMethodDefine the authentication method for SNMP V3
V3EncryptionMethodDefine the encryption method for SNMP V3
V3AuthoritativeEngineBootsDefine the Authoritative Engine Boots count for SNMP V3
V3AuthoritativeEngineIDDefine the byte array Authoritative Engine ID for SNMP V3
V3AuthoritativeEngineTimeDefine the Authoritative Engine Time for SNMP V3
V3ContextEngineIDDefine the Context Engine ID for SNMP V3
V3ContextNameDefine the Context Name for SNMP V3
V3MaxMessageSizeDefine the Maximum Message Size for SNMP V3
V3MessageIDDefine the Message ID for SNMP V3
V3AuthenticationEncryptionFlagsDefine the Authentication and Privacy flag for SNMP V3
V3UserNameDefine the User Name for SNMP V3
V3AuthenticationPasswordDefine the Authentication Password for SNMP V3
V3EncryptionPasswordDefine the Encryption Password

Public Instance Methods

AddRequestVariables Add a SnmpVariable to a SnmpPdu.
Decoding The Decoding method of snmp packets.
Encoding The encoding method of SnmpPDU.
Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

SnmpPdu Class | SnmpSource Namespace