C# Class Tx.Network.Snmp.SnmpHeader

Header for Snmp Packet
Show file Open project: Reactive-Extensions/Tx Class Usage Examples

Public Properties

Property Type Description
Community string
Version SnmpVersion

Public Methods

Method Description
SnmpHeader ( SnmpVersion version, string community )

Initializes a new instance of the SnmpHeader struct.

Method Details

SnmpHeader() public method

Initializes a new instance of the SnmpHeader struct.
public SnmpHeader ( SnmpVersion version, string community )
version SnmpVersion The Snmp version.
community string The Snmp Community.

Property Details

Community public property

Gets the community.
public string Community
return string

Version public property

Gets the version.
public SnmpVersion Version
return SnmpVersion