Please enable JavaScript to view this site.

uEye .NET Manual 4.97

The Messaging class provides methods for enabling Windows messages. If a particular event occurs, the messages are sent to the application.

hint_info

You have to deactivate Windows messages with hWnd == NULL before you free the uEye API library. Otherwise the application may not close properly.

Methods

Method

Description

Disable

Disables the passed message.

Enable

Enables the passed message.

hint_info

For the usage of events see also the uEye.NET C# SimpleLive and the uEyeMultipleCameraScan demos.