Extensions.ComInterface.IsEthernetActivated
Jump to navigation
Jump to search
Classification
Name | IsEthernetActivated |
Short Description | Check ethernet for the given ComInterface is activated. |
Class | Term |
Extension | OTX ComInterface extension |
Group | ComInterface related Terms |
Exceptions | ActivateEthernetException |
Checker Rules | |
Standard Compliant | Yes |
OTL Syntax
BooleanTerm ComInterface.IsEthernetActivated(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. |