added a sendWriteRequest, writeAckHandler, wp decode service request, struct and library to map property to tag

This commit is contained in:
bigjohngoulah
2005-12-16 21:39:57 +00:00
parent babe7d57ff
commit bd7f0b3ad4
9 changed files with 312 additions and 0 deletions
+5
View File
@@ -71,6 +71,11 @@ 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"