MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ VersionGet()

char * VersionGet ( )
pure virtual

Get the RSI RapidCode version.

Description:
VersionGet returns the RSI version as text
Returns
(char*) The version.
Sample Code:
printf("RSI Version is %s.\n", controller->VersionGet());