Start processing and stop processing are common processing required in all programming.
Start processing is performed using the LoggerStartOperation function.
This function starts signal output from the specified device.
Stop processing is performed using the LoggerStopOperation function.
This function stops signal output from the specified device.
Both the LoggerStartOperation and LoggerStopOperation functions have one parameter.
The first parameter specifies AppId.
If both the LoggerStartOperation and LoggerStopOperation 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)