Click or drag to resize

TrapV1Message Class

Trap message.
Inheritance Hierarchy
SystemObject
  GSF.Net.Snmp.MessagingTrapV1Message

Namespace: GSF.Net.Snmp.Messaging
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public sealed class TrapV1Message : ISnmpMessage
View Source

The TrapV1Message type exposes the following members.

Constructors
 NameDescription
Public methodTrapV1Message(Sequence) Creates a TrapV1Message instance with a message body.
Public methodTrapV1Message(VersionCode, IPAddress, OctetString, ObjectIdentifier, GenericCode, Int32, UInt32, IListVariable) Creates a TrapV1Message with all content.
Top
Properties
 NameDescription
Public propertyAgentAddress Agent address.
Public propertyCommunity Community name.
Public propertyEnterprise Enterprise.
Public propertyGeneric Generic type.
Public propertyHeader Gets the header.
Public propertyParameters Gets the parameters.
Public propertyPrivacy Gets the privacy provider.
Public propertyScope Gets the scope.
Public propertySpecific Specific type.
Public propertyTimeStamp Time stamp.
Public propertyVersion Protocol version.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToBytes To byte format.
Public methodToString Returns a String that represents the current TrapV1Message.
(Overrides ObjectToString)
Top
Extension Methods
 NameDescription
Public Extension MethodBeginGetResponse Begins to asynchronously send an ISnmpMessage to an IPEndPoint.
(Defined by SnmpMessageExtension)
Public Extension MethodCommunity Community name.
(Defined by SnmpMessageExtension)
Public Extension MethodEndGetResponse Ends a pending asynchronous read.
(Defined by SnmpMessageExtension)
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetResponse Sends this ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension)
Public Extension MethodGetResponse Sends this ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension)
Public Extension MethodGetResponse Sends this ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension)
Public Extension MethodGetResponse Sends an ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension)
Public Extension MethodGetResponseAsync Sends this ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension)
Public Extension MethodGetResponseAsync Sends this ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension)
Public Extension MethodGetResponseAsync Sends this ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension)
Public Extension MethodGetResponseAsync Sends an ISnmpMessage and handles the response from agent.
(Defined by SnmpMessageExtension)
Public Extension MethodMessageId Gets the message ID.
(Defined by SnmpMessageExtension)
Public Extension MethodPdu PDU.
(Defined by SnmpMessageExtension)
Public Extension MethodRequestId Request ID.
(Defined by SnmpMessageExtension)
Public Extension MethodSend Sends an ISnmpMessage.
(Defined by SnmpMessageExtension)
Public Extension MethodSend Sends an ISnmpMessage.
(Defined by SnmpMessageExtension)
Public Extension MethodSendAsync Sends an ISnmpMessage.
(Defined by SnmpMessageExtension)
Public Extension MethodSendAsync Sends an ISnmpMessage.
(Defined by SnmpMessageExtension)
Public Extension MethodTypeCode Gets the SnmpType.
(Defined by SnmpMessageExtension)
Public Extension MethodVariables Variables.
(Defined by SnmpMessageExtension)
Top
See Also