BACnetPortPermission

<< Click to Display Table of Contents >>

 

BACnetPortPermission

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

XML Schema

<xs:complexType name="BACnetPortPermission">
  <xs:sequence>
    <xs:element name="PortId" type="Unsigned8" />
    <xs:element name="Enabled" type="Boolean" />
  </xs:sequence>
</xs:complexType>

Examples

Example 1:

<BACnetPortPermission>
  <PortId>33</PortId>
  <Enabled>true</Enabled>
</BACnetPortPermission>

Was this page useful?