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

initDevice

IEC_BACNET_OBJECT_ID

This parameter, of type BACnetObjectIdentifier, contains the Device Object_Identifier of the device that initiated the ConfirmedEventNotification service request.

initObject

IEC_BACNET_OBJECT_ID

This parameter, of type BACnetObjectIdentifier, specifies the Object_Identifier of the object that is initiating the notification.

messageText

IEC_BACNET_STRING

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.