OTX Reference
|
|
Gets a map of interface properties More...
Public Attributes | |
ComInterfaceTerm | comInterface |
Represents the handle of the communication interface of which the properties should be got. More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term | |
MetaData | metaData |
Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Gets a map of interface properties
The GetComInterfaceProperties term returns a map of interface properties as Map[String, String].
The Map contain the following information:
Additionally keys can be returned in either case.
Key | Value |
---|---|
Type | MVCI_ISO_13400_DoIP_Entity |
EID | 0A:1B:2C:3D:4E:5F |
LA | 4096 |
IP | 192.168.1.255 |
VIN | ABCDEFG1234567XYZ |
GroupID | 12 |
ClampState | true |
BatteryVoltage | 12.4 |
GetComInterfaceResourceNameList or GetComChannelFromComInterface realizes the connection to the ComInterface. After GetComInterface the connection can be realized, but is not required. The GetComInterfaceProperties are dependent on an available connection, this means in not connected mode less keys are contained.
ComInterfaceTerm OpenTestSystem.Otx.Extensions.ComInterface.Terms.GetComInterfaceProperties.comInterface |
Represents the handle of the communication interface of which the properties should be got.