Vecow IVH-9204MX ICY User Manual page 112

Intel xeon/core i7/i5/i3 fanless in-vehicle computing system en50155 & en45545-2 certified, x-coded m12 poe+, 16v to 160v dc-in
Table of Contents

Advertisement

BOOL SetDO1(BYTE DO)
BOOL SetDO2(BYTE DO)
Set isolated DIO output (DO)
DO ([7:0]) : Output state, pin setting by hexadecimal bitmask
1 : High;
0 : Low
Return :
TRUE (1) : Success;
FALSE (0) : Fail (Initial error, or hardware problem)
BOOL GetDIO1(WORD *DI)
BOOL GetDIO2(WORD *DI)
Get non-isolated DIO input (DIO input)
DI ([15:0]): Input state, pin setting by hexadecimal bitmask
1 : High;
0 : Low
Return :
TRUE (1) : Success;
FALSE (0) : Fail (Initial error, or call by pointer error, or hardware problem)
BOOL SetDIO1(WORD DO)
BOOL SetDIO2(WORD DO)
Set non-isolated DIO output (DIO output)
DO ([15:0]): output state, pin setting by hexadecimal bitmask
1 : High;
0 : Low
Return :
TRUE (1) : Success;
FALSE (0) : Fail (Initial error, or hardware problem)
BOOL GetWDT(DWORD *WDT)
Get watchdog timer setup
WDT : watchdog timer setup
Unit : second. (Range : 0 ~ 65535 sec, 1093 ~ 65535 min (=65580 ~
3932100 sec))
Return :
TRUE (1): Success;
FALSE (0): Fail (Initial error, or call by pointer error, or hardware problem)
BOOL SetWDT(DWORD WDT)
Set watchdog timer setup
WDT : watchdog timer setup
Unit : second. (Range : 1 ~ 65535 sec, 1093 ~ 65535 min (=65580 ~
3932100 sec))
Return :
TRUE (1) : Success;
FALSE (0) : Fail (Initial error, or setup 0 error, or hardware problem)
©Vecow IVH-9204MX ICY User Manual
Appendix B
105

Advertisement

Table of Contents
loading

Table of Contents