We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Images taken on the rpi code can also send out a signal to the interoperability over a given server.
virtual void X<FUNC>::MessageListener::onMessage ( XfoIfErrorLevel errLevel, XfoIfErrorCode errCode, const char * errMessage ) [inline, virtual]
Event that returns the error:
information(error level, error code, error message)
... in the formatting process.
errLevel - Returns the errorlevel errCode - Returns the errorcode errMessage - Returns the errormessage
virtual void X<FUNC>::MessageListener::onMessageW( XfoIfErrorLevel errLevel, XfoIfErrorCode errCode, const wchar_t * errMessage ) [inline, virtual] ```c
The text was updated successfully, but these errors were encountered:
vixadd
Cameron-Calpin
No branches or pull requests
Images taken on the rpi code can also send out a signal to the interoperability over a given server.
Member Function Documentation
Event that returns the error:
... in the formatting process.
errLevel - Returns the errorlevel errCode - Returns the errorcode errMessage - Returns the errormessage
The text was updated successfully, but these errors were encountered: