<< Click to Display Table of Contents >>
BACnetPortPermission |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:complexType name="BACnetPortPermission">
<xs:sequence>
<xs:element name="PortId" type="Unsigned8" />
<xs:element name="Enabled" type="Boolean" />
</xs:sequence>
</xs:complexType>
Example 1:
<BACnetPortPermission>
<PortId>33</PortId>
<Enabled>true</Enabled>
</BACnetPortPermission>