Open Core Interface - MLPI
MLPI-MotionLogicProgrammingInterface(mlpi4COM)  1.26.2
IModules Interface Reference

Inherits IDispatch.

Collaboration diagram for IModules:
Collaboration graph

Properties

IModule Item ([in] VARIANT itemName) [get]
 

Detailed Description

Definition of the IModules interface which is a collection of IModule objects.

Use the IModules interface to get the references of a IModule object. IModule objects are referenced by their name. To get a list of all available modules, you can use the method ITrace::GetModuleList in the class ITrace.

Definition at line 72 of file IModules.idl.

Property Documentation

IModule IModules::Item([in] VARIANT itemName)
get

This property returns an IModule object given by name of the module.

Parameters
[in]moduleNameThe name (e.g. "MLPI_SERVER_LOGIC") of the module to get the interface for.
[out]ppModuleReturns the IModule interface of the given trace module.
Returns
Return value indicating success (>=0) or error (<0).

The documentation for this interface was generated from the following file: