I-9048/I-8048W Linux API Reference, v 1.0.2 E-mail: [email protected]
32
3.4.
I8048W_ Set_RisingReg
This function is used to Enable/Disable the Rising interrupt of an
I-8048W /
I-9048 channel.
Syntax
【
C
】
void I8048W_Set_RisingReg(
int
slot,
int
channel,
int
enable
);
Parameters
slot
[in] Specifies the slot number (1 - 8).
channel
[in] Specifies the channel number ( 0 to 7).
Enable
[in] Select Enable or Disable, 1=Enable, 0=Disable
Return Value
None