The RMP Motion Controller APIs

◆ NameGet()

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