IEC_BACNET_EVENT_NOTIF_INFO (STRUCT)ΒΆ
TYPE IEC_BACNET_EVENT_NOTIF_INFO : STRUCT
Main structure for sending intrinsic event notifications.
- InOut:
- Name - Type - Comment - initDevice- This parameter, of type BACnetObjectIdentifier, contains the Device Object_Identifier of the device that initiated the ConfirmedEventNotification service request. - initObject- This parameter, of type BACnetObjectIdentifier, specifies the Object_Identifier of the object that is initiating the notification. - messageText- This optional parameter, of type CharacterString, contains a string of printable characters. This parameter may be used to transport a message to be logged or displayed, which pertains to the occurrence of the event. Set string type to BACNET_STRING_NONE for no message text to be sent. - pMandatoryParams- POINTER TO IEC_BACNET_EN_MANDATORY - A pointer to the mandatory service parameters. - pConditionalParams- POINTER TO IEC_BACNET_EN_CONDITIONAL - A pointer to the conditional service parameters. 
