Extensions.ComInterface.IsInterfaceConnected
Revision as of 08:33, 14 October 2019 by Nb (talk | contribs) (→Classification: Edited by Ngoc Tran.)
Classification
Name | IsInterfaceConnected |
Short Description | Check ethernet for the given ComInterface is activated. |
Class | Term |
Extension | OTX ComInterface extension |
Group | ComInterface related Terms |
Exceptions | |
Checker Rules | |
Standard Compliant | Yes |
OTL Syntax
BooleanTerm ComInterface.IsInterfaceConnected(ComInterfaceTerm comInterface);
Description
Returns true if ethernet for the given ComInterface is activated, or false otherwise.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
Boolean | True if ethernet for the given ComInterface is activated, or false otherwise. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
comInterface | ComInterface | Term | - | [1..1] | Represents the handle of the communication interface of which the Ethernet state will be checked. |