User`s guide
Motion Libra • 69
5.4 Card Information
@ Name
_8136_S_Get_IRQ_Channel - Get I/O card's IRQ
_8136_S_Get_Base_Addr - Get I/O card's base address
@ Description
_8136_S_Get_IRQ_Channel:
Although PCI-8136M is a PCI interface card, user can use this
function to get the IRQ channel which is assigned by PCI BIOS.
This value is no meaning when operating this card. It is only a part
of PCI-813's information
_8136_S_Get_Base_Addr
Although PCI-8136M is a PCI interface card, user can use this
function to get the I/O Base Address which is assigned by PCI
BIOS. This value is no meaning when operating this card. It is only
a part of PCI-813's information
@ Syntax
C/C++ (DOS, Windows 95/98/NT/2000)
void _8136_S_Get_IRQ_Channel(I16 cardNo, U16 *irq_no )
void _8136_S_Get_Base_Addr(I16 cardNo, U16 *base_addr )
Visual Basic 5.0 or higher
B_8136_S_Get_IRQ_Channel(ByVal cardNo As Integer, irq_no
As Integer)
B_8136_S_Get_Base_Addr(ByVal cardNo As Integer, base_addr
As Integer )
@ Arguments
CardNo: card number designated to set (Range 0 ~ 3)
Irq_no: IRQ channel for this card, return value
Base_addr: Base Address for this card, return value
@ Return Code
None