Click or drag to resize

MessageFactory Class

Factory that creates ISnmpMessage instances from byte format.
Inheritance Hierarchy
SystemObject
  Lextm.SharpSnmpLib.MessagingMessageFactory

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

The MessageFactory type exposes the following members.

Methods
 NameDescription
Public methodStatic memberParseMessages(Byte, UserRegistry) Creates ISnmpMessage instances from buffer.
Public methodStatic memberParseMessages(IEnumerableChar, UserRegistry) Creates ISnmpMessage instances from a string.
Public methodStatic memberParseMessages(Byte, Int32, Int32, UserRegistry) Creates ISnmpMessage instances from buffer.
Top
See Also