MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ RecorderRecordCountGet() [1/2]

int32 RecorderRecordCountGet ( )
pure virtual

Get the number of records that are stored and ready for reading.

Description:
RecorderRecordCountGet returns the number of records that are stored and ready for reading.
Returns
(int32) The number of records that have been recorded (not read).
Sample Code:
printf("Records available: %ld\n", controller->RecorderRecordCountGet());
See also
RecorderRecordDataGet
 
Examples
Recorder.cpp, and Recorder.cs.