<< Click to Display Table of Contents >>
networkPort.changesPending |
According to the BACnet protocol documentation:
Indicates whether the configuration settings in the Network Port object map to the current configuration settings. A value of FALSE indicates that the configuration settings reflect the current port configuration information. A value of TRUE indicates the configuration settings have been modified but have not been activated on the port. When a value is written to a property that requires activation, the value of the Changes_Pending property shall automatically be set to TRUE, indicating that the current property values are not the values actively in use.
Property changesPending of object networkPort can be read and written using a single IOTag.
Property |
Value |
ParamDevice |
<deviceAddress> |
ParamItem |
networkPort-<objectAddress>.changesPending |
Property |
Value |
N1: |
<deviceAddress> |
N2: |
<type> = 56 |
N3: |
<objectAddress> |
N4: |
<property> = 416 |
An integer value, where 0 corresponds to FALSE and any other value corresponds to TRUE.