IEC_BACNET_REINIT_DEV_INFO (STRUCT)ΒΆ

TYPE IEC_BACNET_REINIT_DEV_INFO : STRUCT

Description of the BACnetReinitDeviceInfo structure

The Reinitialize Device Info is a data structure (data type BACNET_REINIT_DEV_INFO) that is used by the BACnetReinitializeDevice routine and the Reinitialize-Device service hook (hook type BACNET_REINIT_DEV_CB). This data type contains two attributes: Reinit Type, and the password character string.

InOut:

Name

Type

Comment

reinitType

IEC_BACNET_REINIT_TYPE

This parameter allows the client user to specify the desired state of the device after its reinitialization.

password

IEC_BACNET_STRING

This optional parameter shall be a Character String. For those devices that require the password as a protection, the service request shall be denied if the parameter is absent or if the password is incorrect. For those devices that do not require a password, this parameter shall be ignored. In that case the string type shall have a value of STRING_NONE.