The SnmpV3Packet type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsDiscoveryPacket |
Packet is a discovery request
| |
| IsNotification |
Packet is a notification
(Inherited from SnmpPacket.) | |
| IsReport |
Packet is a report
(Inherited from SnmpPacket.) | |
| IsReportable |
Get or set SNMP version 3 packet Reportable flag in the message flags section. By default this value is set to true.
| |
| IsRequest |
Packet is a request
(Inherited from SnmpPacket.) | |
| IsResponse |
Packet is a response
(Inherited from SnmpPacket.) | |
| MaxMessageSize |
Get maximum message size to be sent to the agent in the request.
| |
| MessageId |
Get SNMP version 3 message id object.
| |
| MsgFlags |
Message flags interface. Allows you to directly set or clear SNMP version 3 header flags field.
Available flags are MsgFlags.Authentication, MsgFlags.Privacy and MsgFlags.Reportable.
Please be careful how you use this property. After setting authentication or privacy parameters to true,
you will need to update UserSecurityModel authentication and privacy types to the correct
values otherwise encoding/decoding will not work.
| |
| Pdu |
Override base class implementation. Returns class ScopedPdu cast as Pdu
(Overrides SnmpPacket..::..Pdu.) | |
| ScopedPdu |
Access packet ScopedPdu class.
| |
| USM |
Get UserSecurityModel class reference.
| |
| Version |
SNMP Protocol version
(Inherited from SnmpPacket.) |