Extensions.ComInterface.GetComInterfaceResourceNameList
Jump to navigation
Jump to search
Classification
Name | GetComInterfaceResourceNameList |
Short Description | A list of ComInterfaceResource names. |
Class | Term |
Extension | OTX ComInterface extension |
Group | ComInterface related Terms |
Exceptions | NotConnectedException |
Checker Rules | |
Standard Compliant | Yes |
OTL Syntax
ListTerm ComInterface.GetComInterfaceResourceNameList(ComInterfaceTerm comInterface);
Description
Returns a list of ComInterfaceResource names, which are provided for this ComInterface. For example {“CAN1”,”CAN2”} (represents String[]).
The appropriate MVCI system operation is MCDInterface::getInterfaceResources().
Return Value
The Term returns the value, see table below.
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
List | A list of ComInterfaceResource names |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
comInterface | ComInterface | Term | - | [1..1] | Represents the handle of the communication interface of which the resource name list will be put out. |