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
+2
View File
@@ -28,6 +28,7 @@ SRCS = server.c \
..\..\demo\handler\h_rp.c \
..\..\demo\handler\h_wp.c \
..\..\demo\handler\h_arf.c \
..\..\demo\handler\h_rd.c \
..\..\bacdcode.c \
..\..\bacapp.c \
..\..\bacstr.c \
@@ -40,6 +41,7 @@ SRCS = server.c \
..\..\wp.c \
..\..\arf.c \
..\..\awf.c \
..\..\rd.c \
..\..\demo\object\bacfile.c \
..\..\demo\object\device.c \
..\..\demo\object\ai.c \