IEC_BACNET_EVENT_NOTIF_INFO (STRUCT)ΒΆ
TYPE IEC_BACNET_EVENT_NOTIF_INFO : STRUCT
This is the main structure for sending intrinsic event notifications.
- InOut:
Name
Type
Comment
initDeviceThis parameter, of type BACnetObjectIdentifier, contains the Device Object_Identifier of the device that initiated the ConfirmedEventNotification service request.
initObjectThis parameter, of type BACnetObjectIdentifier, specifies the Object_Identifier of the object that is initiating the notification.
messageTextThis 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.
pMandatoryParamsPOINTER TO IEC_BACNET_EN_MANDATORY
A pointer to the mandatory service parameters.
pConditionalParamsPOINTER TO IEC_BACNET_EN_CONDITIONAL
A pointer to the conditional service parameters.