Click or drag to resize

RuntimeManagerDoipSelectedInterface Property

Selected interface in case of Diagnostics over Internet Protocol (DoIP)

Namespace:  OpenTestSystem.Otx.Runtime.Api
Assembly:  OpenTestSystem.Otx.Runtime.Api (in OpenTestSystem.Otx.Runtime.Api.dll) Version: 5.5.0.0 (6.1.0.31040)
Syntax
public string DoipSelectedInterface { get; set; }

Property Value

Type: String

Implements

IRuntimeManagerDoipSelectedInterface
Remarks
For DoIP support an interface has to be selected from the detected interfaces, see method DoipDetectInterfaces(String). The value have to be exist inside the list of detected interfaces, otherwise no interface will be selected. With an empty string no interface will be selected.
See Also