<< Click to Display Table of Contents >>
notificationClass.ackRequired |
According to the BACnet protocol documentation:
Conveys three separate flags that represent whether acknowledgement shall be required in notifications generated for TO-OFFNORMAL, TO-FAULT, and TO-NORMAL event transitions, respectively.
Property ackRequired of object notificationClass can be read and written using a block tag with 3 elements.
Property |
Value |
ParamDevice |
<deviceAddress> |
ParamItem |
notificationClass-<objectAddress>.ackRequired |
Size |
3 elements |
Property |
Value |
B1: |
<deviceAddress> |
B2: |
<type> = 15 |
B3: |
<objectAddress> |
B4: |
<property> = 1 |
Size: |
3 elements |
Index |
Name |
Type |
0 |
toOffnormal |
An integer value, where 0 corresponds to FALSE and any other value corresponds to TRUE. |
1 |
toFault |
An integer value, where 0 corresponds to FALSE and any other value corresponds to TRUE. |
2 |
toNormal |
An integer value, where 0 corresponds to FALSE and any other value corresponds to TRUE. |