FX3ConnectionWatchdogTimeoutSeconds Property |
Set the FX3 firmware watchdog timeout period (in seconds). If the watchdog is triggered the FX3 will reset.
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic ushort WatchdogTimeoutSeconds { get; set; }
Public Property WatchdogTimeoutSeconds As UShort
Get
Set
public:
property unsigned short WatchdogTimeoutSeconds {
unsigned short get ();
void set (unsigned short value);
}
member WatchdogTimeoutSeconds : uint16 with get, set
Return Value
Type:
UInt16
See Also