5.14 Clear IRQ

@ Description

This function is used to clear the interrupt generated from the 48H/96H series.

@ Syntax

C/C++ (DOS)

void _DIO48H_CLR_IRQ(U16 cardNo);

void _DIO96H_CLR_IRQ(U16 cardNo);

C/C++ (Windows 95)

void W_DIO48H_CLR_IRQ(U16 cardNo);

void W_DIO96H_CLR_IRQ(U16 cardNo);

Visual Basic (Windows 95)

W_DIO48H_CLR_IRQ (ByVal cardNo As Integer);

W_DIO96H_CLR_IRQ (ByVal cardNo As Integer);

@ Argument

cardNo: card number to select board

5.15 Software Reset

@ Description

This function is used to reset the I/O port configuration. After reseting the 24H/48H/96H, all the ports will be set as input ports. Note that this

function can not re-start the PCI bus and all the hardware setting won‘t be change either.

@Syntax

PCIDIO 24H/48H:

C/C++ (DOS)

U16 _DIO48H_Software_Reset (U16 cardNo)

U16 _DIO96H_Software_Reset (U16 cardNo)

C/C++ (Windows 95)

U16 W_DIO48H_Software_Reset (U16 cardNo)

U16 W_DIO96H_Software_Reset (U16 cardNo)

C/C++ Libraries 45