Appendix B : Software Functions - Vecow ECS-9755-505MGTX950 User Manual

Gpu computing systems
Table of Contents

Advertisement

B

APPENDIX B : Software Functions

B.1 IOMem.Dll API
The basic functions of Kernel Access for DIO, WDT & POE.
int Outp(unsigned long Port, unsigned char Value);
Description: Set Byte-Data to Port.
Return: if success return 1; else return 0.
unsigned char Inp(unsigned int Port);
Description: Get Byte-Data from Port.
int Outpd(unsigned int Port, unsigned long Value);
Description: Set DWORD-Data to Port.
Return: if success return 1; else return 0.
unsigned long Inpd(unsigned int Port);
Description: Get DWORD-Data from Port.
B.2 Entry Functions
The feature functions for DIO, WDT & POE.
int Get_DI1(unsigned char *DI);
Description: Get DI Data for DIO1.
Return: if success return 1; else return 0.
int Set_DO1(unsigned char DO);
Description: Set DO Data for DIO1.
Return: if success return 1; else return 0.
int Get_DI2(unsigned char *DI);
Description: Get DI Data for DIO2.
Return: if success return 1; else return 0.
int Set_DO2(unsigned char DO);
Description: Set DO Data for DIO2.
Appendix B
91

Advertisement

Table of Contents
loading

Table of Contents