IEC_BACNET_TEXT_MESSAGE_INFO (STRUCT)ΒΆ
TYPE IEC_BACNET_TEXT_MESSAGE_INFO : STRUCT
This data structure contains the service information for the confirmed and unconfirmed text message service.
- InOut:
Name
Type
Comment
initDevice
This parameter, of type BACnetObjectIdentifier, contains the value of the Object_Identifier property of the Device object of the device that initiated this text message.
fMessageClassPresent
If set to True the messageClass parameter is valid and present.
messageClass
This parameter, if present, indicates the class of the received message. The datatype of this parameter shall be a choice of Unsigned or Character String. The interpretation of the meaning of any particular value for this parameter shall be a local matter.
eMessagePriority
This parameter indicates the priority for message handling: NORMAL or URGENT.
messageText
This parameter, of type CharacterString, will be used to transport the text message.