Appendix A – Watchdog Timer Programming 63Mobile NVR VPC-3350S************************************************************************************VOID Main(){// Procedure : AaeonWDTConfig// (byte)Timer : Time of WDT timer.(0x00~0xFF)// (boolean)Unit : Select time unit(0: second, 1: minute).AaeonWDTConfig();// Procedure : AaeonWDTEnable// This procudure will enable the WDT counting.AaeonWDTEnable();}************************************************************************************