GetStrGateCommunicationStatus

Top  Previous  Next
Description        

Check if the specified numeric gate exists.

 

Syntax                

Bool NumGateExists(String Name, Int Id)

 

Parameters

Name = name of the gate to search

Id = identifier of the gate  to search

 

Returned value

true if the gate is defined in the application

false if the gate does not exist in the application

 

Related functions

GetNumGateCommunicationStatus(),GetDigGateCommunicationStatus()

 

Example                

Bool Exists;

Exists = NumGateExist("N",1);