now using simple ack handler for the write

This commit is contained in:
bigjohngoulah
2005-12-18 00:37:16 +00:00
parent 1f34710f24
commit de586de7a6
5 changed files with 24 additions and 76 deletions
-4
View File
@@ -71,10 +71,6 @@ int wp_decode_apdu(
uint8_t *invoke_id,
BACNET_WRITE_PROPERTY_DATA *data);
int wp_ack_decode_service_request(
uint8_t *apdu,
int apdu_len, // total length of the apdu
BACNET_WRITE_PROPERTY_DATA *data);
#ifdef TEST
#include "ctest.h"