Clause 21, enumerations for BACnetNetworkPortCommand conflict with final assigned values in multiple addenda. (#1124)
This commit is contained in:
@@ -112,6 +112,8 @@ The git repositories are hosted at the following sites:
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
* Changed enumerations for BACnetNetworkPortCommand where there was a conflict
|
||||||
|
with final assigned values in multiple addenda. (#1124)
|
||||||
* Changed CharacterString_Value_Out_Of_Service_Set() function to remove
|
* Changed CharacterString_Value_Out_Of_Service_Set() function to remove
|
||||||
confusion about an assignment inside an if-statement. (#1113)
|
confusion about an assignment inside an if-statement. (#1113)
|
||||||
* Changed device object unit test to use common read-write property test.
|
* Changed device object unit test to use common read-write property test.
|
||||||
|
|||||||
@@ -2781,9 +2781,9 @@ typedef enum BACnetNetworkPortCommand {
|
|||||||
PORT_COMMAND_RESTART_AUTONEGOTIATION = 5,
|
PORT_COMMAND_RESTART_AUTONEGOTIATION = 5,
|
||||||
PORT_COMMAND_DISCONNECT = 6,
|
PORT_COMMAND_DISCONNECT = 6,
|
||||||
PORT_COMMAND_RESTART_PORT = 7,
|
PORT_COMMAND_RESTART_PORT = 7,
|
||||||
PORT_COMMAND_RESTART_DISCOVERY = 8,
|
PORT_COMMAND_GENERATE_CSR_FILE = 8,
|
||||||
PORT_COMMAND_GENERATE_CSR_FILE = 9,
|
PORT_COMMAND_VALIDATE_CHANGES = 9,
|
||||||
PORT_COMMAND_VALIDATE_CHANGES = 10,
|
PORT_COMMAND_RESTART_DISCOVERY = 10,
|
||||||
PORT_COMMAND_RESERVED_MIN = 11,
|
PORT_COMMAND_RESERVED_MIN = 11,
|
||||||
PORT_COMMAND_RESERVED_MAX = 127,
|
PORT_COMMAND_RESERVED_MAX = 127,
|
||||||
/* Enumerated values 0-127 are reserved for definition by ASHRAE.
|
/* Enumerated values 0-127 are reserved for definition by ASHRAE.
|
||||||
|
|||||||
Reference in New Issue
Block a user