BACnetSetDccPassword
(FUN)
FUNCTION BACnetSetDccPassword : IEC_BACNET_STATUS
Sets the DCC service password of a local device.
Return: IEC_BACNET_STATUS
- InOut:
Scope
Name
Type
Comment
Return
BACnetSetDccPassword
Input
instNumber
The Device object instance number of the Device to change. If you set BACNET_INST_NUMBER_MAX + 1 here all current constructed devices will be configured with the specified value.
pPassword
POINTER TO IEC_BACNET_STRING
Optional pointer to BACnet string structure containing the password to set. If this is NULL, any password will allow the service to be executed (default setting).
bSendIamAfterEnable
Flag specifying if an I-Am is sent after the disable duration has expired.