Mmc_Devicedriver::endinterrupt - Mitsubishi MR-EM340GF User Manual

Simple motion board
Table of Contents

Advertisement

MMC_DeviceDriver::EndInterrupt

Ends interrupt driver.
unsigned long EndInterrupt(
void
);
Detailed description
■Parameter
None.
■Return value
Value
MMC_OK
MMERR_DEV_UNOPEN
MMERR_INT_ALREADY_END_DRIVER
MMERR_DEV_DEVICE_DRIVER
MMERR_WIN_SET_EVENT
MMERR_TIMEOUT_01
MMERR_WIN_CLOSE_HANDLE
MMERR_WIN_GET_EXIT_CODE_THREAD
■Point
Call the controller class DisableInterrupt method before calling this method.
■Supported version
API version
1.00
■Reference
StartInterrupt (Page 96 MMC_DeviceDriver::StartInterrupt)
Description
Function succeeded
The Open method of the device driver class has not been called.
The interrupt driver is already stopped.
An error occurred with a call of the device driver. Confirm that the device driver is installed.
An error occurred in the SetEvent function (Win32API). Call the GetLastError function of
Win32API and confirm the error details.
The timeout time (1 second) has elapsed while waiting for delete of the interrupt handler.
An error occurred in the CloseHandle function (Win32API). Call the GetLastError function of
Win32API and confirm the error details.
An error occurred in the GetExitCodeThread function (Win32API). Call the GetLastError
function of Win32API and confirm the error details.
Software version
01
3 API LIBRARY DETAILS (BASIC FUNCTIONS)
3.6 MMC_DeviceDriver Class
3
97

Advertisement

Table of Contents
loading

Table of Contents