Difference between revisions of "EtherCAT:EC MASTER"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{Template:EtherCAT-Function |DESCRIPTION= Returns text report about the master. |INPUT= None |OUTPUT= None |RETURN VALUE= String information |DECLARATION= public functio...")
 
Line 14: Line 14:
  
 
|DECLARATION=
 
|DECLARATION=
public function EC_PRINT_MASTER as string
+
public function EC_MASTER as string
  
 
|SYNTAX=
 
|SYNTAX=
?EC_PRINT_MASTER
+
?EC_MASTER
  
 
|SEE ALSO=
 
|SEE ALSO=

Revision as of 13:06, 23 October 2014

Returns text report about the master.

Input

None

Output

None

Return Value

String information

Declaration

public function EC_MASTER as string

Syntax

?EC_MASTER

See Also