Added BACnet/IPv6 network port enumeration.

This commit is contained in:
skarg
2018-08-08 15:40:12 +00:00
parent 059f3a1f70
commit 1e6aef6a3b
+3 -1
View File
@@ -2130,10 +2130,12 @@ typedef enum {
PORT_TYPE_BIP = 5,
PORT_TYPE_ZIGBEE = 6,
PORT_TYPE_VIRTUAL = 7,
PORT_TYPE_NON_BACNET = 8
PORT_TYPE_NON_BACNET = 8,
PORT_TYPE_BIP6 = 9,
/* Enumerated values 0-63 are reserved for definition by ASHRAE.
Enumerated values 64-255 may be used by others subject to the
procedures and constraints described in Clause 23. */
PORT_TYPE_MAX = 255
} BACNET_PORT_TYPE;
/* BACnetNetworkNumberQuality ::= ENUMERATED */