PowerSNMP for .NET
Id Field (Engine)




Used to get and set a byte array that identifies the SNMP authoritative engine.
Syntax
Public Id As Byte()
Dim instance As Engine
Dim value() As Byte()
 
value = instance.Id
 
instance.Id = value
public byte[] Id
public: byte[]* Id
public:
array<byte>^ Id

Field Value

A byte array that identifies the SNMP authoritative engine in use.
Remarks

When representing the local authoritative engine, the value of the EngineId used. When representing a remote authoritative engine, the value of the EngineId of the remote engine.

See Also

Reference

Engine Class
Engine Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic