refactored the binding process.

This commit is contained in:
skarg
2005-05-27 17:16:55 +00:00
parent df7ba026c9
commit 7e952b0912
9 changed files with 180 additions and 74 deletions
-3
View File
@@ -87,9 +87,6 @@ static void Init_Service_Handlers(void)
apdu_set_unconfirmed_handler(
SERVICE_UNCONFIRMED_WHO_IS,
WhoIsHandler);
apdu_set_unconfirmed_handler(
SERVICE_UNCONFIRMED_I_AM,
IAmHandler);
// set the handler for all the services we don't implement
// It is required to send the proper reject message...
apdu_set_unrecognized_service_handler_handler(
+1
View File
@@ -40,6 +40,7 @@ SRCS = init.c main.c ethernet.c bip.c \
..\..\device.c \
..\..\ai.c \
..\..\ao.c \
..\..\datalink.c \
..\..\tsm.c \
..\..\address.c \
..\..\abort.c \