Table of Contents

Interface ISnmpData

Namespace
Lextm.SharpSnmpLib
Assembly
SharpSnmpLib.dll

SNMP data entity.

public interface ISnmpData
Extension Methods

Properties

TypeCode

Type code

SnmpType TypeCode { get; }

Property Value

SnmpType

Methods

AppendBytesTo(Stream)

Appends the bytes to Stream.

void AppendBytesTo(Stream stream)

Parameters

stream Stream

The stream.

ToString()

Returns a string that represents this object.

string ToString()

Returns

string