Appendix B : Software Functions - Vecow MTC-6000 User Manual

Intel core i7/i5/i3 fanless multi-touch computer, 6 gigabit lan with 4 poe+/2 pd lan, 2 sim socket, 5 usb 3.0
Table of Contents

Advertisement

B

APPENDIX B : Software Functions

B.1 Driver API Guide
In Runtime folder, on MTC6K2.h :
_DLL_IMPORT_ definition is used on LoadLibrary API for MTC6K.dll.
MTC6K_EXPORTS definition is used on MTC6K.dll building.
Otherwise, that is used to compile with MTC6K.lib
BOOL Initial(BYTE Isolate_Type, BYTE DIO_NPN)
Initial machine for DIO, GPIO, watchdog timer, and POE
Isolate_Type : DIO type
1 : Isolated DIO;
0 : Non-Isolated DIO
DIO_NPN : DI/DO type
1 : PNP (Source) mode for European rule;
0 : NPN (Sink) mode for Japanese rule
Return :
TRUE (1) : Success;
FALSE (0) : Fail (Driver not exists, or initial error (version is too old, or
machine not match))
BOOL GetDIO1Config(BYTE *Isolate_Type, BYTE *DI_NPN, BYTE *DO_
NPN, WORD *Mask)
Get DIO configuration (by variable)
Isolate_Type : DIO type
1 : Isolated DIO;
0 : Non-Isolated DIO
DI_NPN ([7:0]) : DI type, pin setting by hexadecimal bitmask
1 : PNP (Source) mode for European rule;
0 : NPN (Sink) mode for Japanese rule
DO_NPN : DO type
1 : PNP (Source) mode for European rule;
0 : NPN (Sink) mode for Japanese rule
Mask ([15:0]) : In/Out, pin setting by hexadecimal bitmask
1 : Output;
0 : Input
Return :
TRUE (1) : Success;
FALSE (0) : Fail (Initial error, or call by pointer error, or hardware problem)
©Vecow MTC-6000 User Manual
Appendix B
103

Advertisement

Table of Contents
loading

Table of Contents