BACnetSetDccValue (FUN)
FUNCTION BACnetSetDccValue : IEC_BACNET_STATUS
Sets the device communication control status of a local device.
If a local device in the database shall not respond to any APDU received the value DCC_DISABLE shall be set. If a local device shall only stop initiatig request on its own the value DCC_DISABLE_INITIATION shall be set. If a local device shall execute all received requests the value DCC_ENABLE shall be set. The default value after construction of a local device is DCC_ENABLE.
Return: IEC_BACNET_STATUS
- InOut:
Scope
Name
Type
Comment
Return
BACnetSetDccValueInput
instNumberThe Device object instance number of the Device.
valueThe device communication value to set for the specified device.