The RMP Motion Controller APIs

◆ VendorNameGet()

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