C# Class Tx.Network.Snmp.SnmpHeader

Header for Snmp Packet
Afficher le fichier Open project: Reactive-Extensions/Tx Class Usage Examples

Méthodes publiques

Свойство Type Description
Community string
Version SnmpVersion

Méthodes publiques

Méthode Description
SnmpHeader ( SnmpVersion version, string community )

Initializes a new instance of the SnmpHeader struct.

Method Details

SnmpHeader() public méthode

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_oe property

Gets the community.
public string Community
Résultat string

Version public_oe property

Gets the version.
public SnmpVersion Version
Résultat SnmpVersion