The ScopedPdu type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
ContextEngineId
Get/Set context engine id value.
ContextName
Get/Set context name value
ErrorIndex
ErrorIndex Pdu value
(Inherited from Pdu.)
ErrorStatus
ErrorStatus Pdu value
(Inherited from Pdu.)
MaxRepetitions
Tells SNMP Agent how many VBs to include in a single request. Only valid on GETBULK requests.
(Inherited from Pdu.)
NonRepeaters
Get/Set GET-BULK NonRepeaters value
(Inherited from Pdu.)
RequestId
SNMP packet request id that is sent to the SNMP agent. SET this value before making SNMP requests.
(Inherited from Pdu.)
TrapObjectID
Get TRAP ObjectID class from SNMPv2 TRAP and INFORM PDUs
(Inherited from Pdu.)
TrapSysUpTime
Get TRAP TimeStamp class from SNMPv2 TRAP and INFORM PDUs
(Inherited from Pdu.)
Type
Get or SET the PDU type. Available types are GET, GETNEXT, SET, GETBULK. PDU types are defined in Pdu class.
(Inherited from Pdu.)
VbCount
Return the number of VB entries in the VarBind list
(Inherited from Pdu.)
VbList
VarBind list
(Inherited from Pdu.)

See Also