![ADLINK Technology HSLink HSL-AI16 User Manual Download Page 43](http://html1.mh-extra.com/html/adlink-technology/hslink-hsl-ai16/hslink-hsl-ai16_user-manual_2852692043.webp)
NT DLL Programming
•
35
Get IRQ Channel
Ø
Systax
void _stdcall W_HSL_Get_IRQ_Channel(U16 card_ID, U16 *irq_no );
Ø
Description
This function is to get the IRQ number of the HSLink master card with
cardNo
Ø
Parameter
card_ID
The card id of the card that want to perform this
operation.
irq_no
The IRQ number of this card.
Ø
Example
W_HSL_Get_IRQ_Channel (0, &irq_no);