<< Click to Display Table of Contents >>
BACnetBinaryPV |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:simpleType name="BACnetBinaryPV">
<xs:restriction base="xs:string">
<xs:enumeration value="inactive" />
<xs:enumeration value="active" />
</xs:restriction>
</xs:simpleType>
Example 1:
<BACnetBinaryPV>inactive</BACnetBinaryPV>