Table of Contents

Interface ISegment

Namespace
Lextm.SharpSnmpLib
Assembly
SharpSnmpLib.dll

Segment interface.

public interface ISegment

Methods

GetData(VersionCode)

Gets the data.

ISnmpData? GetData(VersionCode version)

Parameters

version VersionCode

The version.

Returns

ISnmpData

ToSequence()

Converts to Sequence object.

Sequence ToSequence()

Returns

Sequence