PowerSNMP for .NET
EngineBoots Property




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

Property Value

Integer. The number of boots of the SNMP engine.
Remarks

Decoding initializes this property from the data packet. When encoding, this value will be populated by Boots 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


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic