Added UnconfirmedEventNotification demo application to generate Wireshark captures

This commit is contained in:
skarg
2016-05-19 02:18:41 +00:00
parent 9704d9edb8
commit b47afd500d
9 changed files with 481 additions and 0 deletions
+11
View File
@@ -47,6 +47,17 @@ typedef struct {
extern "C" {
#endif /* __cplusplus */
void bacapp_timestamp_sequence_set(
BACNET_TIMESTAMP * dest,
uint16_t sequenceNum);
void bacapp_timestamp_time_set(
BACNET_TIMESTAMP * dest,
BACNET_TIME *btime);
void bacapp_timestamp_datetime_set(
BACNET_TIMESTAMP * dest,
BACNET_DATE_TIME * bdateTime);
void bacapp_timestamp_copy(
BACNET_TIMESTAMP * dest,