Click or drag to resize

ISnmpMessage Interface

SNMP message.

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

The ISnmpMessage type exposes the following members.

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 methodToBytes Converts to the bytes.
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 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