wiki:Docs/Prog/Manual/ApplicationLibraries/lib825ev/IO/StopRepeatIO

Version 1 (modified by Don Wilson, 12 years ago) ( diff )

--

StartRepeatIO

Stop repeating communications main board to report I/O status.

int StopRepeatIO(int dev);

Parameters

  • dev - 0 = main board I/O status, number of digital output card

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(StopRepeatIO(1) == OK)
    DisplayText(0, 0, "I/O status updates stopped");

See Also

Note: See TracWiki for help on using the wiki.