Difference between revisions of "EtherCAT:EC SLAVES"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Template:EtherCAT-Function |DESCRIPTION= Returns summary of all the slaves found by the master. |INPUT= None |OUTPUT= None |RETURN VALUE= String with information about s...")
 
Line 14: Line 14:
  
 
|DECLARATION=
 
|DECLARATION=
public function EC_PRINTSLAVES as string
+
public function EC_SLAVES as string
  
 
|SYNTAX=
 
|SYNTAX=
?EC_PRINTSLAVES
+
?EC_SLAVES
  
 
|SEE ALSO=
 
|SEE ALSO=

Revision as of 13:06, 23 October 2014

Returns summary of all the slaves found by the master.

Input

None

Output

None

Return Value

String with information about slaves

Declaration

public function EC_SLAVES as string

Syntax

?EC_SLAVES

See Also