Feature/writepropertymultiple error handler (#289)

* Added extended BACnet Error PDU handling for WPM

* Added BACnetObjectPropertyReference to bacapp module.

* Added unit testing for BACnetObjectPropertyReference

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2022-06-03 15:47:30 -05:00
committed by GitHub
parent f147283293
commit 6a8adcce3d
14 changed files with 642 additions and 88 deletions
+5
View File
@@ -93,6 +93,11 @@ extern "C" {
uint8_t invoke_id,
BACNET_WRITE_PROPERTY_DATA * wp_data);
BACNET_STACK_EXPORT
int wpm_error_ack_decode_apdu(
uint8_t *apdu,
uint16_t apdu_size,
BACNET_WRITE_PROPERTY_DATA * wp_data);
#ifdef __cplusplus
}