Adv_VAPI_GPIOInit
Syntax
[C++]
BOOL Adv_VAPI_GPIOInit(DWORD dwDirect)
[Delphi]
function Adv_VAPI_GPIOInit(dwDirect:Longword):Boolean;
[VB]
function Adv_VAPI_GPIOInit (ByVal dwDirect As Long) As
Boolean
Parameters
dwDirect :
Specifies direction of GPIO pins. In the
BT878, there are 16 GPIO pins. Every bit
means a GPIO pin. If the bit is set to 1, the
GPIO pin is set to output. If the bit is set to 0,
the GPIO pin is set to input.
Return Value
TRUE
:
Function is successful
FALSE
:
Function is failed
Description
This function will initialize direction of the GPIO pins. For
example,
Adv_VAPI_GPIO(0xff00)
set the bit 8~15 as output pins, bit 0~7 as input pins.
See Also
,
DVP-7020 User’s Manual
54
Summary of Contents for DVP-7020
Page 1: ...DVP 7020 4 Channel PCI bus Video Grabber Card User s Manual ...
Page 5: ...1 CHAPTER General Information ...
Page 7: ...1 3 Block Diagram DVP 7020 3 ...
Page 14: ......
Page 15: ...2 CHAPTER Functions Library ...
Page 27: ...23 ...
Page 32: ...DVP 7020 User s Manual 28 ...