BACnetBinaryPV

<< Click to Display Table of Contents >>

 

BACnetBinaryPV

This XML representation of complex data is used internally by other XMLs supported by the driver.

XML Schema

<xs:simpleType name="BACnetBinaryPV">
  <xs:restriction base="xs:string">
    <xs:enumeration value="inactive" />
    <xs:enumeration value="active" />
  </xs:restriction>
</xs:simpleType>

Examples

Example 1:

<BACnetBinaryPV>inactive</BACnetBinaryPV>

Was this page useful?