Version 3 (modified by 5 years ago) ( diff ) | ,
---|
StopRepeatWt * DEPRECATED - Apps should use StopRepeatMulti *
Start repeating weight communications from the main board.
int StopRepeatWt(int scale);
Parameters
- scale - scale number
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(StopRepeatWt(1) == OK) DisplayText(0, 0, "Scale 1 repeat wt stopped");
See Also
Note:
See TracWiki
for help on using the wiki.