Changed bacapp data len function to just decode the len without regard to the storage ability of the internal data structures.

This commit is contained in:
skarg
2010-10-13 02:29:55 +00:00
parent 2c3e03256d
commit f934f8add8
2 changed files with 111 additions and 12 deletions
+11
View File
@@ -185,6 +185,17 @@ extern "C" {
uint8_t * apdu,
unsigned max_apdu_len,
BACNET_PROPERTY_ID property);
int bacapp_decode_data_len(
uint8_t * apdu,
uint8_t tag_data_type,
uint32_t len_value_type);
int bacapp_decode_application_data_len(
uint8_t * apdu,
unsigned max_apdu_len);
int bacapp_decode_context_data_len(
uint8_t * apdu,
unsigned max_apdu_len,
BACNET_PROPERTY_ID property);
#if PRINT_ENABLED
#define BACAPP_PRINT_ENABLED