ConnectedEntry Event

Fired for every connected device when the ListConnections method is called.

Syntax

netdial.on('ConnectedEntry', [callback])

Callback

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

function(e){ }

The argument 'e' has the following properties:

e.handle
e.entry
e.deviceName
e.deviceType
e.statusDescription

Remarks

The Handle parameter can be used to disconnect the entry. You should assign Handle to the Handle property and then call the Disconnect method.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Node.js Edition - Version 20.0 [Build 8307]