The SNMPv2 error representing that there is No-Such-Object
for a particular object identifier. This error is the result
of a requested object identifier that does not exist in the
agent's tables
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public static readonly byte SMI_NOSUCHOBJECT |
| Visual Basic (Declaration) |
|---|
Public Shared ReadOnly SMI_NOSUCHOBJECT As Byte |
| Visual C++ |
|---|
public: static initonly unsigned char SMI_NOSUCHOBJECT |