Table of Contents

Interface ISnmpMessage

Namespace
Lextm.SharpSnmpLib.Messaging
Assembly
SharpSnmpLib.dll

SNMP message.

public interface ISnmpMessage
Extension Methods

Properties

Header

Gets the header.

Header Header { get; }

Property Value

Header

Parameters

Gets the parameters.

SecurityParameters Parameters { get; }

Property Value

SecurityParameters

The parameters.

Privacy

Gets the privacy provider.

IPrivacyProvider Privacy { get; }

Property Value

IPrivacyProvider

The privacy provider.

Scope

Gets the scope.

Scope Scope { get; }

Property Value

Scope

The scope.

Version

Gets the version.

VersionCode Version { get; }

Property Value

VersionCode

The version.

Methods

ToBytes()

Converts to the bytes.

byte[] ToBytes()

Returns

byte[]