Click or drag to resize

RuntimeManagerDoipDetectInterfaces Method

Performs a Diagnostics over Internet Protocol (DoIP) vehicle identification request

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[] DoipDetectInterfaces(
	string optionString
)

Parameters

optionString
Type: SystemString
The format of the option string is described in the Programming Interface for MVCI Diagnostic Server chapter 6.27 Handling DoIP Entities.

Return Value

Type: String

[Missing <returns> documentation for "M:OpenTestSystem.Otx.Runtime.Api.RuntimeManager.DoipDetectInterfaces(System.String)"]

Implements

IRuntimeManagerDoipDetectInterfaces(String)
Remarks
For DoIP support an interface has to be selected from the detected interfaces. The detection works only if a PTX/PPX has been loaded and an the ODX project/vehicle has been set. Internally the method MCDInterface::detectInterfaces(optionString) is called. This method is only supported by an MCDInterface object representing an MVCI device that supports a DoIP vehicle identification request. Example for the the option string: "PDU_IOCTL='PDU_IOCTL_VEHICLE_ID_REQUEST' PreselectionMode='None' PreselectionValue='' CombinationMode='DoIP-Entity' VehicleDiscoveryTime='1000' DestinationAddressCount='1' DA1='255.255.255.255'" To set an interface of the detected list please use property DoipSelectedInterface.
See Also