MessengerUseFullRange Property |
A flag to control request ID range.
Namespace: Lextm.SharpSnmpLib.MessagingAssembly: SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.5.7-2+Branch.master.Sha.2a75ece2c9d55c4f731f356d1512c8a5d19fa096.2a75ece2c9d55c4f731f356d1512c8a5d19fa096
Syntaxpublic static bool UseFullRange { get; set; }
Public Shared Property UseFullRange As Boolean
Get
Set
Dim value As Boolean
value = Messenger.UseFullRange
Messenger.UseFullRange = value
public:
static property bool UseFullRange {
bool get ();
void set (bool value);
}
static member UseFullRange : bool with get, set
Property Value
Boolean
RemarksDefault is
.
Should be set to
when SNMP devices might not support negative request ID values.
See Also