MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ RecorderEnabledGet() [1/2]

bool RecorderEnabledGet ( )
pure virtual

Determine if the recorder is recording.

Description:
RecorderEnabledGet determines if the recorder is recording.
Returns
(bool) True = recorder is recording, false = not recording.
Sample Code:
if(controller->RecorderEnabledGet() == true)
{
printf("Recording!\n");
}
See also
RecorderStop
 
Examples
Recorder.cs.