Actions

Difference between revisions of "%nip"

From Zenitel Wiki

(Created page with "The '''%nip''' macro is used in the Event Handler to read the current IP address of remote AlphaNet nodes. <br> ===Syntax=== '''%nip(node_number)''' ::node_number is the no...")
 
Line 1: Line 1:
 +
{{A}}
 
The '''%nip''' macro is used in the [[Event Handler]] to read the current IP address of remote AlphaNet nodes. <br>
 
The '''%nip''' macro is used in the [[Event Handler]] to read the current IP address of remote AlphaNet nodes. <br>
  

Revision as of 09:54, 11 January 2017

AlphaCom icon 300px.png

The %nip macro is used in the Event Handler to read the current IP address of remote AlphaNet nodes.

Syntax

%nip(node_number)
node_number is the node number 1- 254 of the remote node

Return text string with the IP address.

IP address of own node is not returned only remote nodes.

Examples

LOG "The IP address of Node 3 is %nip(3)"

"The IP address of Node 3 is 10.5.3.40"

Back to Event_Handler#List_of_context_parameters.