IPWorks IoT 2020 Node.js Edition

Questions / Feedback?

LinkReadyToSend Event

Fires when a sender link is ready to send messages.

Syntax

amqp.on('LinkReadyToSend', [callback])

Callback

The 'callback' is called when the 'LinkReadyToSend' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.linkName
e.linkIndex

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 Node.js Edition - Version 20.0 [Build 8265]