Click or drag to resize

MessageFactory Class

Factory that creates ISnmpMessage instances from byte format.
Inheritance Hierarchy
SystemObject
  GSF.Net.Snmp.MessagingMessageFactory

Namespace: GSF.Net.Snmp.Messaging
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
public static class MessageFactory
View Source

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