Click or drag to resize

ISnmpContext Interface

SNMP context interface.

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

The ISnmpContext type exposes the following members.

Properties
 NameDescription
Public propertyBinding Gets or sets the binding.
Public propertyCreatedTime Gets the created time.
Public propertyRequest Gets the request.
Public propertyResponse Gets the response.
Public propertySender Gets the sender.
Public propertyTooBig Gets a value indicating whether [too big].
Top
Methods
 NameDescription
Public methodCopyRequest Copies the request variable bindings to response.
Public methodGenerateResponse Generates the response.
Public methodGenerateTooBig Generates too big message.
Public methodHandleMembership Handles the membership authentication.
Public methodSendResponse Sends out response message.
Top
See Also