PowerSNMP for .NET
DTLSReceiveTimeout Property




Specifies the timeout to be used when receiving DTLS packets. Defaults to 1000.
Syntax
Public Property DTLSReceiveTimeout As Integer
Dim instance As SnmpBase
Dim value As Integer
 
instance.DTLSReceiveTimeout = value
 
value = instance.DTLSReceiveTimeout
public int DTLSReceiveTimeout {get; set;}
public: __property int get_DTLSReceiveTimeout();
public: __property void set_DTLSReceiveTimeout( 
   int value
);
public:
property int DTLSReceiveTimeout {
   int get();
   void set (    int value);
}
See Also

Reference

SnmpBase Class
SnmpBase Members

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