Provides services for SNMP communications.
| C# | Visual Basic | Visual C++ |
namespace Nstrument.Snmp
Namespace Nstrument.Snmp
namespace Nstrument.Snmp
| All Types | Classes | Enumerations | Delegates |
| Icon | Type | Description |
|---|---|---|
| BooleanVariable |
Represents a Boolean Snmp value.
| |
| Counter64Variable |
Represents a Unsigned 64-bit integer Snmp value. This value only increments and wraps back to 0 when it max value is reached.
| |
| CounterVariable |
Represents a Unsigned 32-bit integer Snmp value. This value only increments and wraps back to 0 when it max value is reached.
| |
| DateAndTimeVariable |
Represents an instant in time Snmp value.
| |
| EnumerationVariable |
Represents a enumerated Snmp value.
| |
| GaugeVariable |
Represents a Unsigned 32-bit integer Snmp value.
| |
| IntegerVariable |
Represents a Signed 32-bit integer Snmp value.
| |
| IpAddressVariable |
Represents a IpAddress Snmp value.
| |
| ObjectIdentifierVariable |
Represents a ObjectIdentifier Snmp value.
| |
| OctetStringVariable |
Represents a String Snmp value.
| |
| PduBase | ||
| PhysAddressVariable |
Represents a Physical Address Snmp value.
| |
| Response |
Represents a response from a Snmp Agent.
| |
| SnmpError |
Snmp error codes.
| |
| SnmpSap |
Provides Get,GetNext,GetBulk,Set,TableWalk operations for a specific snmp service access point.
| |
| SnmpService |
Provides operations to communicate via SNMP to a remote host.
| |
| SnmpVersion |
Defines constants representing the SNMP versions.
| |
| TimeTicksVariable |
Represents a duration in time Snmp value.
| |
| Trap |
Class to represent Traps from a Snmp agent.
| |
| TrapEventArgs |
Provides data for the TrapReceived Event.
| |
| TrapReceivedEventHandler |
Delegate for TrapReceivedEventHandler event.
| |
| TrapService |
Provides operations to send and receive SNMP traps.
| |
| UdpServerBase | ||
| Unsigned32Variable |
Represents a Unsigned 32-bit integer Snmp value.
| |
| V1V2Base | ||
| Variable |
Represents a Snmp variable
|