Class Variable
- Namespace
- Lextm.SharpSnmpLib
- Assembly
- SharpSnmpLib.dll
Variable bind.
public sealed class Variable
- Inheritance
-
Variable
- Inherited Members
Remarks
Represents SNMP variable bind.
Constructors
Variable(ObjectIdentifier, ISnmpData?)
Creates a Variable instance with a specific object identifier and data.
public Variable(ObjectIdentifier id, ISnmpData? data = null)
Parameters
id
ObjectIdentifierObject identifier
data
ISnmpDataData
Remarks
Variable(uint[])
Creates a Variable instance with a specific object identifier.
[CLSCompliant(false)]
public Variable(uint[] id)
Parameters
id
uint[]Object identifier
Variable(uint[], ISnmpData?)
Creates a Variable instance with a specific ObjectIdentifier and ISnmpData.
[CLSCompliant(false)]
public Variable(uint[] id, ISnmpData? data)
Parameters
Remarks
Properties
Data
Variable data.
public ISnmpData Data { get; }
Property Value
Id
Variable object identifier.
public ObjectIdentifier Id { get; }
Property Value
Methods
ToString()
public override string ToString()