Updated projects and comments.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="bacrp" />
|
||||
<Option title="BACnet ReadProperty Demo" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="bacnet" />
|
||||
<Option title="BACnet Client Server Win32 Demo" />
|
||||
<Option makefile="makefile" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -287,11 +287,15 @@ int cov_notify_decode_service_request(
|
||||
|
||||
/*
|
||||
12.11.38Active_COV_Subscriptions
|
||||
The Active_COV_Subscriptions property is a List of BACnetCOVSubscription, each of which consists of a Recipient, a
|
||||
Monitored Property Reference, an Issue Confirmed Notifications flag, a Time Remaining value and an optional COV
|
||||
Increment. This property provides a network-visible indication of those COV subscriptions that are active at any given time.
|
||||
Whenever a COV Subscription is created with the SubscribeCOV or SubscribeCOVProperty service, a new entry is added to
|
||||
the Active_COV_Subscriptions list. Similarly, whenever a COV Subscription is terminated, the corresponding entry shall be
|
||||
The Active_COV_Subscriptions property is a List of BACnetCOVSubscription,
|
||||
each of which consists of a Recipient, a Monitored Property Reference,
|
||||
an Issue Confirmed Notifications flag, a Time Remaining value and an
|
||||
optional COV Increment. This property provides a network-visible indication
|
||||
of those COV subscriptions that are active at any given time.
|
||||
Whenever a COV Subscription is created with the SubscribeCOV or
|
||||
SubscribeCOVProperty service, a new entry is added to
|
||||
the Active_COV_Subscriptions list. Similarly, whenever a COV Subscription
|
||||
is terminated, the corresponding entry shall be
|
||||
removed from the Active_COV_Subscriptions list.
|
||||
*/
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user