Table of Contents

Class GetBulkRequestPdu

Namespace
Lextm.SharpSnmpLib
Assembly
SharpSnmpLib.dll

GETBULK request PDU.

public sealed class GetBulkRequestPdu : ISnmpPdu, ISnmpData
Inheritance
GetBulkRequestPdu
Implements
Inherited Members
Extension Methods

Constructors

GetBulkRequestPdu(int, int, int, IList<Variable>)

Creates a GetBulkRequestPdu with all contents.

public GetBulkRequestPdu(int requestId, int nonRepeaters, int maxRepetitions, IList<Variable> variables)

Parameters

requestId int

The request id.

nonRepeaters int

Non-repeaters.

maxRepetitions int

Max repetitions.

variables IList<Variable>

Variables.

GetBulkRequestPdu(Tuple<int, byte[]>, Stream)

Initializes a new instance of the GetBulkRequestPdu class.

public GetBulkRequestPdu(Tuple<int, byte[]> length, Stream stream)

Parameters

length Tuple<int, byte[]>

The length data.

stream Stream

The stream.

Properties

ErrorIndex

Gets the index of the error.

public Integer32 ErrorIndex { get; }

Property Value

Integer32

The index of the error.

ErrorStatus

Gets the error status.

public Integer32 ErrorStatus { get; }

Property Value

Integer32

The error status.

RequestId

Gets the request ID.

public Integer32 RequestId { get; }

Property Value

Integer32

The request ID.

TypeCode

Type code.

public SnmpType TypeCode { get; }

Property Value

SnmpType

Variables

Variables.

public IList<Variable> Variables { get; }

Property Value

IList<Variable>

Methods

AppendBytesTo(Stream)

Appends the bytes to Stream.

public void AppendBytesTo(Stream stream)

Parameters

stream Stream

The stream.

ToString()

Returns a string that represents this GetBulkRequestPdu.

public override string ToString()

Returns

string