MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ VendorNameGet()

char * VendorNameGet ( )
pure virtual

Get the Node's Vendor Name that appears on EtherCATNodeInfo.xml.

Description:
This method returns the node's vendor name as text.
Returns
(C++)char* (C#)string - VendorName.
printf("The node's VendorName is %s.\n", controller->VendorNameGet());