I have a mechanism that when it receives a UDP message, it writes to an ini file the current time.
I need to find a way to use a time and check the currenttime against the "last good time" from my ini file. If the currenttime is 70 minutes after the last good time, then <do something>
Theoretically, I send the UDP message every 60 minutes so it would only see 70 minutes if the mechanism sending the UDP failed...and that is what this is suppose to catch.
Mindy
I need to find a way to use a time and check the currenttime against the "last good time" from my ini file. If the currenttime is 70 minutes after the last good time, then <do something>
Theoretically, I send the UDP message every 60 minutes so it would only see 70 minutes if the mechanism sending the UDP failed...and that is what this is suppose to catch.
Mindy