
Appendix
MPT-7000V User Manual
85
⚫
Watchdog
extern "C" __declspec(dllexport) char * __stdcall GetWDTInfo(void);
Input
: None
Output : Return a string that describes the module information.
extern "C" __declspec(dllexport) int __stdcall EnableWDT(int);
Input
: Timer interval, depending on the WDT chip
Output : A
lways return “0”
For further information, refer to the datasheet for WDT or contact your sales
representative.
extern "C" __declspec(dllexport) int __stdcall DisableWDT(int);
Input
: Dummy data and will be ignored.
Output : A
lways return “0”