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
VersionCodeThe version.
Returns
ToSequence()
Converts to Sequence object.
Sequence ToSequence()