Click or drag to resize

SnmpMessageExtension Class

Extension methods for ISnmpMessage.
Inheritance Hierarchy
SystemObject
  GSF.Net.Snmp.MessagingSnmpMessageExtension

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

The SnmpMessageExtension type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberIsRunningOnIOS Gets a value indicating whether it is running on iOS.
Public propertyStatic memberIsRunningOnMac Gets a value indicating whether it is running on macOS.
Public propertyStatic memberIsRunningOnMono Tests if running on Mono.
Public propertyStatic memberIsRunningOnWindows Gets a value indicating whether it is running on Windows.
Top
Methods
 NameDescription
Public Extension MethodBeginGetResponseObsolete.
Begins to asynchronously send an ISnmpMessage to an IPEndPoint.
Public Extension MethodCommunity Community name.
Public Extension MethodEndGetResponseObsolete.
Ends a pending asynchronous read.
Public Extension MethodGetResponse(ISnmpMessage, Int32, IPEndPoint) Sends this ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponse(ISnmpMessage, Int32, IPEndPoint, UserRegistry) Sends this ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponse(ISnmpMessage, Int32, IPEndPoint, Socket) Sends this ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponse(ISnmpMessage, Int32, IPEndPoint, UserRegistry, Socket) Sends an ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponseAsync(ISnmpMessage, IPEndPoint) Sends this ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponseAsync(ISnmpMessage, IPEndPoint, UserRegistry) Sends this ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponseAsync(ISnmpMessage, IPEndPoint, Socket) Sends this ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponseAsync(ISnmpMessage, IPEndPoint, UserRegistry, Socket) Sends an ISnmpMessage and handles the response from agent.
Public Extension MethodMessageId Gets the message ID.
Public Extension MethodPdu PDU.
Public Extension MethodRequestId Request ID.
Public Extension MethodSend(ISnmpMessage, EndPoint) Sends an ISnmpMessage.
Public Extension MethodSend(ISnmpMessage, EndPoint, Socket) Sends an ISnmpMessage.
Public Extension MethodSendAsync(ISnmpMessage, EndPoint) Sends an ISnmpMessage.
Public Extension MethodSendAsync(ISnmpMessage, EndPoint, Socket) Sends an ISnmpMessage.
Public Extension MethodTypeCode Gets the SnmpType.
Public Extension MethodVariables Variables.
Top
See Also