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
Methods
AppendBytesTo(Stream)
Appends the bytes to Stream.
void AppendBytesTo(Stream stream)
Parameters
stream
StreamThe stream.
ToString()
Returns a string that represents this object.
string ToString()