Added buffer size to COV handler function parameters.

This commit is contained in:
skarg
2017-01-01 05:14:33 +00:00
parent 93834e7c45
commit 66013584fa
+2
View File
@@ -108,9 +108,11 @@ extern "C" {
int Send_UCOV_Notify(
uint8_t * buffer,
unsigned buffer_len,
BACNET_COV_DATA * cov_data);
int ucov_notify_encode_pdu(
uint8_t * buffer,
unsigned buffer_len,
BACNET_ADDRESS * dest,
BACNET_NPDU_DATA * npdu_data,
BACNET_COV_DATA * cov_data);