The Pdu type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Clone()()()
Clone this object
(Overrides AsnType..::.Clone()()().)
decode(array<Byte>[]()[], Int32)
Decode BER encoded Pdu
(Overrides AsnType..::.decode(array<Byte>[]()[], Int32).)
DeleteVb(Int32)
Delete VB from the specified location in the VarBind list
encode(MutableByte)
Encode Pdu class to BER byte buffer
(Overrides AsnType..::.encode(MutableByte).)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetBulkPdu(VbCollection)
Create SNMP-GetBulk Pdu
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetNextPdu(VbCollection)
Create SNMP-GetNext Pdu
GetPdu(VbCollection)
Create SNMP-GET Pdu from VbList
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
GetVb(Int32)
Get VB from VarBind list at the specified index
Reset()()()
Reset VbList.
Set(AsnType)
Copy values from another Pdu class.
SetPdu(VbCollection)
Create SNMP-SET Pdu
SetVbList(VbCollection)
Set VbList
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)

See Also