SysIntEnable
(FUN)
FUNCTION SysIntEnable : RTS_IEC_RESULT
<description>Function to enable an interrupt. By use of this function the interrupt specified by its handle is activated.</description> <result><p>RESULT: Returns the runtime system error code (see CmpErrors.library).</p></result>
- InOut:
Scope
Name
Type
Comment
Return
SysIntEnable
RTS_IEC_RESULT
Input
hInt
RTS_IEC_HANDLE
<param name=”hInt” type=”IN”>Handle to interrupt returned by SysIntOpen.</param>