Loading...
Whilst using the SDK, e.g. sending and receiving parameter values you might encounter problems.
The following function for error handling works only for functions which are not returning information directly. All other functions return a value true or false. If "false" was returned, you can get the type of problem with the function AutoGetLastError()
// Store the error code in "error_code" and store a string describing the error in "error_text" |
// Store the error code in "error_code" and store a string describing the error in "error_text" |