Added send for ConfirmedEventNotification.

This commit is contained in:
skarg
2009-09-12 18:00:42 +00:00
parent 6cfc2b805f
commit c4e56abcea
4 changed files with 110 additions and 2 deletions
+4 -2
View File
@@ -139,6 +139,10 @@ extern "C" {
BACNET_EVENT_NOTIFICATION_DATA * data,
BACNET_ADDRESS * dest);
uint8_t Send_CEvent_Notify(
uint32_t device_id,
BACNET_EVENT_NOTIFICATION_DATA * data);
void Send_Who_Is_Router_To_Network(
BACNET_ADDRESS * dst,
int dnet);
@@ -157,8 +161,6 @@ extern "C" {
uint32_t device_id,
BACNET_ALARM_ACK_DATA * data);
#ifdef __cplusplus
}
#endif /* __cplusplus */