Click or drag to resize

RuntimeManager Methods

The RuntimeManager type exposes the following members.

Methods
  NameDescription
Public methodActivateHmiScreen
Activate the top window.
Public methodChangeDefaultLanguage
Change default language.
Public methodCode exampleCheckConnection
Checks if the client connected to a host.
Public methodCode exampleConnect
Connects to a host with the given IP address and port.
Public methodCode exampleConvertStringToValue(String, IDataType)
Converts a string representation to value of the given dataType independent from the given target system.
Public methodCode exampleConvertStringToValue(String, String) Obsolete.
Converts a string representation to value of the given dataType independent from the given target system.
Public methodCode exampleConvertValueToString
Converts a value from a Parameter or a Variable to the string representation of that value independent from the given target system.
Public methodCode exampleDisconnect
Disconnects from the connected host.
Public methodDoipDetectInterfaces
Performs a Diagnostics over Internet Protocol (DoIP) vehicle identification request
Public methodCode exampleDownload
Downloads all runtime related data from host to client. - Content of Output folder to ClientOutputFolder/Host/ - Content of External applications to ClientAppsFolder/Host/ - Content of Trace file folder to ClientTraceFileFolder/Host/
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodCode exampleGetMainProcedure
Gets the main procedure. The main procedure is the procedure with the name "main" (case sensitive).
Public methodCode exampleGetStartUpDocument
Gets the document which is marked as startup. It should include a main procedure.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodCode exampleHostClean
Cleans up all runtime related files at the host. - Content of Output folder. - Content of FileSystem. - Content of External applications. - Content of Trace file folder.
Public methodCode exampleIsProtected
Checks if a PTX is signed and/or encrypted.
Public methodCode exampleLoad(String)
Loads a PTX or an OTX file.
Public methodCode exampleLoad(String, String)
Loads a protected PTX file.
Public methodRaiseDeviceEvent Obsolete.
The method is not used anymore. Each change of a DeviceServiceOutParameter will directly reflected to the runtime and can add events to the DeviceEventSource.
Public methodRaiseScreenClosedEvent
Signals the OTX-Runtime that a screen was closed and a ScreenClosedEvent should be raised.
Public methodRefreshHmiScreen
Redraws all screens.
Public methodScreenIsClosed Obsolete.
Signals the OTX-Runtime that a screen was closed - This method is obsolete, please use RaiseScreenClosedEvent!
Public methodStopExecution
Stops running procedure if existing. It is effective only the procedure is running synchronously.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodCode exampleUpload
Uploads all necessary data from client to host.
Public methodCode exampleValidate
Validates the current project and its references and returns a list of errors and warnings.
Public methodVciDisconnect
This method disconnects the VCI from the ECU.
Top
See Also