The MsgFlags type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| _asnType |
ASN.1 type byte.
(Inherited from AsnType.) | |
| _authenticationFlag |
True if authentication is used to secure the packet, otherwise false.
| |
| _privacyFlag |
True if ScopedPdu portion of the packet is privacy protected with encryption, otherwise false.
| |
| _reportableFlag |
True if reportable flag is set, otherwise false.
| |
| FLAG_AUTH |
Bit value that, when set, indicates that packet has been authenticated.
| |
| FLAG_PRIV |
Bit value that, when set, indicates that packet has been privacy protected.
| |
| FLAG_REPORTABLE |
Bit value that, when set, indicates that sender of the packet expects report packet to be sent by the agent on errors.
|