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

Inherits IDispatch.

Collaboration diagram for IFieldbuses:
Collaboration graph

Properties

IFieldbus Item ([in] VARIANT masterName) [get]
 

Detailed Description

Definition of the IFieldbuses interface which gives access to the collection of IFieldbus interfaces.

The IIo interface contains various methods of accessing different input and output subsystems of the mlpi target. It makes it possible to read and write data from the connected fieldbus hardware.

Definition at line 72 of file IFieldbuses.idl.

Property Documentation

IFieldbus IFieldbuses::Item([in] VARIANT masterName)
getproperty

This property returns a IFieldbus object given by the name of the fieldbus master.

Parameters
[in]masterNameThe name of the master of this fieldbus. To get a list of available masters, call IIo::ReadFieldbusMasterList.
[out]fieldbusReturns the IFieldbus interface of the given fieldbus.
Returns
Return value indicating success (>=0) or error (<0).

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