<< Click to Display Table of Contents >>
structuredView.represents |
According to the BACnet protocol documentation:
Used to indicate the entity for which this Structured View is modeling the subordinates.
Property represents of object structuredView can be read and written using a block tag with 2 elements.
Property |
Value |
ParamDevice |
<deviceAddress> |
ParamItem |
structuredView-<objectAddress>.represents |
Size |
2 elements |
Property |
Value |
B1: |
<deviceAddress> |
B2: |
<type> = 29 |
B3: |
<objectAddress> |
B4: |
<property> = 491 |
Size: |
2 elements |
Index |
Name |
Type |
0 |
DeviceIdentifier |
A string value containing a BACnet Object Identifier in the syntax '<Type>-<Address>' (ex: 'analogOutput-345'). OBS: this is an optional element, a <null> value indicates the element is not present. |
1 |
ObjectIdentifier |
A string value containing a BACnet Object Identifier in the syntax '<Type>-<Address>' (ex: 'analogOutput-345'). |