Error Handling

Navigation:  Pandoras Box > External Control (DMX,Midi,...) > SDK > Examples >

Error Handling

prev main next

Navigation:  Pandoras Box > External Control (DMX,Midi,...) > SDK > Examples >

Error Handling

prev main next

Loading...

Show/Hide hidden text

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()

hmtoggle_arrow1Visual Basic

hmtoggle_arrow1C#