![Omron SYSMAC 3G8F7-CLK12-E Operation Manual Download Page 71](http://html1.mh-extra.com/html/omron/sysmac-3g8f7-clk12-e/sysmac-3g8f7-clk12-e_operation-manual_1633420071.webp)
4-1
Section
Library Functions
55
4-1-11 ClkClearMessageOnArrival()
FINS Message Reception Notification Clear
Clears windows message notification when a FINS message is received.
INT ClkClearMessageOnArrival(PCLKHANDLE hCLK);
Type
Variable name
Description
PCLKHANDLE
hCLK
The CLK handle obtained with
ClkOpen()
CLK_SUCCESS is returned if the function ends normally.
CLK_ERROR is returned if the function ends in an error. Detailed error informa-
tion can be obtained using ClkGetLastError().
4-1-12 ClkGetLastError()
Detailed Error Information Acquire
Gets detailed error information generated when a Controller Link library function
is used.
INT ClkGetLastError(PCLKHANDLE hCLK);
Type
Variable name
Description
PCLKHANDLE
hCLK
The CLK handle obtained with
ClkOpen()
Detailed error information is returned if the function ends normally.
CLK_ERROR is returned if the function ends in an error.
Refer to 4-3 Detailed Error Information for details on the return value.
Function
Call Format
Arguments
Return Value
Function
Call Format
Arguments
Return Value
Description