Skip to content
New issue

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

Implement signal listener with the rPi code for images taken. #4

Open
vixadd opened this issue May 30, 2017 · 0 comments
Open

Implement signal listener with the rPi code for images taken. #4

vixadd opened this issue May 30, 2017 · 0 comments
Assignees

Comments

@vixadd
Copy link

vixadd commented May 30, 2017

Images taken on the rpi code can also send out a signal to the interoperability over a given server.

Member Function Documentation

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants