PIO-D96 Series Card96-channel DIO BoardUser Manual, Ver. 2.3, Jun. 2018, PMH-008-23 Page: 35We provide all necessary functions as follows:1. PIO_DriverInit(&wBoard, wSubVendor, wSubDevice, wSubAux)2. PIO_GetConfigAddressSpace(wBoardNo,*wBase,*wIrq, *wSubVendor,*wSubDevice, *wSubAux,*wSlotBus, *wSlotDevice)3. Show_PIO_PISO(wSubVendor, wSubDevice, wSubAux)All functions are defined in PIODIO.H. Refer to Section 6.3 “The I/O Address Map” for moreinformation. The important driver information is given as follows: Allocated resource information:• wBase : BASE address mapping in this PC• wIrq: Allocated IRQ channel number of this board in this PC PIO/PISO identification information:• wSubVendor: subVendor ID of this board• wSubDevice: subDevice ID of this board• wSubAux: subAux ID of this board PC’s physical slot information:• wSlotBus: The bus number of the slot used by this board.• wSlotDevice: The device number of the slot used by this board.The PIO_PISO.EXE utility will detect and show all PIO/PISO cards installed in this PC. Refer to“PIO_PISO.EXE Utility” for more information.