![ICP DAS USA I-9K Series Manual Download Page 46](http://html1.mh-extra.com/html/icp-das-usa/i-9k-series/i-9k-series_manual_3661181046.webp)
I-9048/I-8048W Linux API Reference, v 1.0.2 E-mail: [email protected]
46
3.17.
I8048W_UnFreezeINT
This function clear interrupt status of the I-8048W / I-9048 channel.
Syntax
【
C
】
void I8048W_UnFreezeINT(
int
slot,
int
channel
);
Parameters
slot
[in] Specifies the slot number (1 - 8).
channel
[in] Specifies the channel number ( 0 to 7).
Return Value
None
Examples
[C]
int channel = 0;
int slotNumber =0;
I8048W_UnFreezeINT(slotNumber,channel)
;