Inherits IDispatch.
Public Member Functions | |
HRESULT | ReadFieldbusMasterList ([out, retval] SAFEARRAY(BSTR)*masterList) |
Properties | |
IFieldbuses | Fieldbuses [get] |
Definition of the IIo interface which gives access to input and output devices of the target.
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.
HRESULT IIo::ReadFieldbusMasterList | ( | [out, retval] SAFEARRAY(BSTR)* | masterList | ) |
This function reads all fieldbus masters which are available on the target.
[out] | masterList | Returns an array of strings. Each element is a master name. Use this name to access the IFieldbus interface in order to access the methods of this fieldbus master. |
mlpiIoReadFieldbusMasterList
, where you can find further documentation.
|
get |
This property returns a IFieldbuses object which allows access to different IFieldbus objects and fieldbus-specific methods.
[out] | applications | Returns an object of the type IFieldbuses. |