Standard software
5)
I_ACPI1710_GetHardwareInformation
Syntax:
<Return-Wert> = i_APCI1710_GetHardwareInformation
Parameter:
- Input:
BYTE
b_BoardHandle
- Output:
PUINT
pui_BaseAddress
PBYTE
pb_InterruptNbr
PBYTE
pb_SlotNumber
Task:
Returns the base address, the interrupt and the slot number of the board.
Calling convention:
ANSI C :
int
unsigned int ui_BaseAddress;
unsigned char b_InterruptNbr;
unsigned char b_SlotNumber;
unsigned char b_BoardHandle;
i_ReturnValue = i_APCI1710_GetHardwareInformation
Return-Wert:
0: No error
-1: The handle parameter of the board is wrong
62
(BYTE
PUINT
PBYTE
PBYTE
Handle of the board
Base address of the board
Interrupt channel of the board
Slot number of the board
i_ReturnValue;
b_BoardHandle,
pui_BaseAddress,
pb_InterruptNbr,
pb_SlotNumber)
(b_BoardHandle,
&ui_BaseAddress,
&b_InterruptNbr,
&b_SlotNumber);
APCI-1710
Need help?
Do you have a question about the APCI-1710 and is the answer not in the manual?