SnmpPdu Constructor
             | 
            Constructor of SnmpPdu | 
 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. | 
 V3AuthenticationMethod | Define the authentication method for SNMP V3 | 
 V3EncryptionMethod | Define the encryption method for SNMP V3 | 
 V3AuthoritativeEngineBoots | Define the Authoritative Engine Boots count for SNMP V3 | 
 V3AuthoritativeEngineID | Define the byte array Authoritative Engine ID for SNMP V3 | 
 V3AuthoritativeEngineTime | Define the Authoritative Engine Time for SNMP V3 | 
 V3ContextEngineID | Define the Context Engine ID for SNMP V3 | 
 V3ContextName | Define the Context Name for SNMP V3 | 
 V3MaxMessageSize | Define the Maximum Message Size for SNMP V3 | 
 V3MessageID | Define the Message ID for SNMP V3 | 
 V3AuthenticationEncryptionFlags | Define the Authentication and Privacy flag for SNMP V3 | 
 V3UserName | Define the User Name for SNMP V3 | 
 V3AuthenticationPassword | Define the Authentication Password for SNMP V3 | 
 V3EncryptionPassword | Define the Encryption Password | 
 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. | 
 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. | 
SnmpPdu Class | SnmpSource Namespace