University of Illinois at Urbana-Champaign

emcClose

NAME

emcClose - Terminate communication with electron microscope

SYNOPSIS

#include "emc.h"
int emcClose(EM *em);

DESCRIPTION

emcClose() signals an end of communications with the electron microscope device described by the EM command and communications structure specified by em. Any resources allocated by emcOpen() are released and the connection to the instrument is safely terminated.

*em
points to an EM control and communications structure that was returned by the emcOpen() call.

DIAGNOSTICS

EMC_OK (0) Success
EMC_ERROR (-1) Error

PREVIOUS Page 27 of 54 NEXT