Click or drag to resize

SetRequestMessage Class

SET request message.
Inheritance Hierarchy
SystemObject
  GSF.Net.Snmp.MessagingSetRequestMessage

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

The SetRequestMessage type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyHeader Gets the header.
Public propertyParameters Gets the parameters.
Public propertyPrivacy Gets the privacy provider.
Public propertyScope Gets the scope.
Public propertyVersion Gets the 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 Converts to byte format.
Public methodToString Returns a String that represents this SetRequestMessage.
(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