PowerSNMP for .NET
EngineTime Property




Gets the encoded authoritative engine time used for SNMPv3 communications. Value is not serialized.
Syntax
Public ReadOnly Property EngineTime As Integer
Dim instance As Security
Dim value As Integer
 
value = instance.EngineTime
public int EngineTime {get;}
public: __property int get_EngineTime();
public:
property int EngineTime {
   int get();
}

Property Value

Integer. The number of seconds since EngineBoots last changed.
Remarks

Decoding initializes this property from the data packet. When encoding, this value will be populated by Time from the corresponding Engine in SnmpBase.Security.EngineCache if present. To override the value encoded in subsequent messages, modify the value in EngineCache.

See Also

Reference

Security Class
Security Members

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