LinkReadyToSend Event

Fires when a sender link is ready to send messages.

Syntax

ANSI (Cross Platform)
virtual int FireLinkReadyToSend(AMQPLinkReadyToSendEventParams *e);
typedef struct {
const char *LinkName;
int LinkIndex; int reserved; } AMQPLinkReadyToSendEventParams; Unicode (Windows) virtual INT FireLinkReadyToSend(AMQPLinkReadyToSendEventParams *e);
typedef struct {
LPCWSTR LinkName;
INT LinkIndex; INT reserved; } AMQPLinkReadyToSendEventParams;
- (void)onLinkReadyToSend:(NSString*)linkName :(int)linkIndex;
#define EID_AMQP_LINKREADYTOSEND 5

virtual INT IPWORKSIOT_CALL FireLinkReadyToSend(LPSTR &lpszLinkName, INT &iLinkIndex);

Remarks

This event fires when a sender link is ready to send messages.

LinkName is the name of the sender link.

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

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