Start processing and stop processing are common processing required in all programming.
Start processing is performed using the GenStartOperation function.
This function starts signal output from the specified device.
Stop processing is performed using the GenStopOperation function.
This function stops signal output from the specified device.
Both the GenStartOperation and GenStopOperation functions have one parameter.
The first parameter specifies AppId.
If both the GenStartOperation and GenStopOperation functions complete
normally, the return value (Ret) is 0.
If the function fails to execute, a value other than 0 is returned.
Visual Basic
.NET
Visual C#
Visual C++ (MFC)