Table of Contents

Interface ISnmpPdu

Namespace
Lextm.SharpSnmpLib
Assembly
SharpSnmpLib.dll

SNMP PDU.

public interface ISnmpPdu : ISnmpData
Inherited Members
Extension Methods

Properties

ErrorIndex

Gets the index of the error.

Integer32 ErrorIndex { get; }

Property Value

Integer32

The index of the error.

ErrorStatus

Gets the error status.

Integer32 ErrorStatus { get; }

Property Value

Integer32

The error status.

RequestId

Gets the request ID.

Integer32 RequestId { get; }

Property Value

Integer32

The request ID.

Variables

Variable bindings.

IList<Variable> Variables { get; }

Property Value

IList<Variable>