RMPBufferedMessage (STRUCT)ΒΆ
TYPE RMPBufferedMessage : STRUCT
The structure representing a message buffered in the RMP (Reliable Message Protocoll)
- InOut:
Name
Type
Comment
udiReceiverIDUDINTReceiver ApplicationID+ModuleID
udiSenderIDUDINTSender ApplicationID+ModuleID
uiHandleUINTIs unique handle and indicates send order; only Bit0-14 are used
byStatusBitsBYTEBit0: TRUE: this buffer entry is unused Bit1: TRUE: this buffer entry is locked and may not be freed or deleted by anyone except the owner THIS ENTRY MUST BE SET WITH TESTANDSET Bit2: TRUE: editing is ongoing
tValidityTIMETime distance, how long this message will bevalid
tExpirationTimeTIMEtime,(TIME()), when message expires
mdDataARRAY [0..63] OF BYTE
data