Click or drag to resize

DataFactory Class

Factory that creates ISnmpData instances.
Inheritance Hierarchy
SystemObject
  Lextm.SharpSnmpLibDataFactory

Namespace: Lextm.SharpSnmpLib
Assembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntax
public static class DataFactory

The DataFactory type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreateSnmpData(Byte) Creates an ISnmpData instance from buffer.
Public methodStatic memberCreateSnmpData(Stream) Creates an ISnmpData instance from stream.
Public methodStatic memberCreateSnmpData(Int32, Stream) Creates an ISnmpData instance from stream.
Public methodStatic memberCreateSnmpData(Byte, Int32, Int32) Creates an ISnmpData instance from buffer.
Top
See Also