MultiCam Boards Documentation > MultiCam Documentation > MultiCam C++ Reference > Functions > Terminate

Terminate

Terminates the communication of the application process with the MultiCam driver.

[C++]

void Terminate();

Remarks

Before terminating the application, the user must terminate the communication of the application process with the MultiCam driver. This is done by calling the Terminate function.

If an application calls Initialize several times, it must call Terminate the same number of times, to adequately close the communication with the MultiCam driver.

Do not call Terminate:

Requirements

Header: MultiCamCpp.h

Namespace: Euresys::MultiCam

Platforms

See Also

Initialize