GetEvnGateValue

Top  Previous  Next
Description        

It returns the value of the specified event gate through name and numerical identifier.

 

Syntax                                

Bool GetEvnGateValue(String Name, Int Id)

 

Parameters        

Name = name of the gate you want to read

Id = identifier of the gate you want to read

 

Returned value        

value of the selected event gate

 

Related functions        

GetEvnGateMsg()

 

Example                

GateModified= GetEvnGateValue("Gate0001",1);