Added demo handler for ReinitializeDevice service, and included it in the demo/server. Tested using Synergy Lighting panel client on the serial console.

This commit is contained in:
skarg
2006-02-06 16:54:21 +00:00
parent 2027720ae0
commit caaf9befef
5 changed files with 148 additions and 0 deletions
+3
View File
@@ -71,6 +71,9 @@ static void Init_Service_Handlers(void)
apdu_set_confirmed_handler(
SERVICE_CONFIRMED_ATOMIC_READ_FILE,
handler_atomic_read_file);
apdu_set_confirmed_handler(
SERVICE_CONFIRMED_REINITIALIZE_DEVICE,
handler_reinitialize_device);
}
static void cleanup(void)