MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ RecorderRecordMaxCountGet() [1/2]

int32 RecorderRecordMaxCountGet ( )
pure virtual

Get the maximum number of records the recorder can store.

Description:
RecorderRecordMaxCountGet returns the maximum number of records the recorder can store.
Returns
(int32) The number of records the recorder can store.
Sample Code:
printf("The maximum number or records is %ld\n", controller->RecorderRecordMaxCountGet());