IPWorks IoT 2020 C++ Builder Edition

Questions / Feedback?

MessageOut Event

Fires when the component sends a message.

Syntax

typedef struct {
  String SessionName;
  int SessionIndex;
  String LinkName;
  int LinkIndex;
  String MessageId;
} TiotAMQPMessageOutEventParams;

typedef void __fastcall (__closure *TiotAMQPMessageOutEvent)(System::TObject* Sender, TiotAMQPMessageOutEventParams *e);

__property TiotAMQPMessageOutEvent OnMessageOut = { read=FOnMessageOut, write=FOnMessageOut };

Remarks

This event fires whenever the component sends a message.

SessionName is the name of the session the message was transmitted on.

SessionIndex is the index of the session in the Session* properties.

LinkName is the name of the link the message was transmitted on.

LinkIndex is the index of the link in the Link* properties.

MessageId is the Id of the message; it may be empty if a message Id was not set.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks IoT 2020 C++ Builder Edition - Version 20.0 [Build 8265]