= StopRepeatMulti = Stop repeating communications main board to report weights, I/O and counter status. {{{ int StopRepeatMulti(void); }}} == Parameters == * void - function does not accept any parameters == Return Value == * Returns the result - OK success == Remarks == The main board or option card must already be opened by calling OpenMnBd first. The call does a wait for acknowledgement. If the application is using main board communication events these events may be called during the wait for acknowledgement. == Examples == {{{ if(StopRepeatMulti() == OK) DisplayText(0, 0, "Multi repeat stopped"); }}} == See Also == * [wiki:StartRepeatMulti StartRepeatMulti]