
Adv_VAPI_GetGPIOData
Syntax
[C++]
BOOL Adv_VAPI_GetGPIOData(DWORD *pdwValue)
[Delphi]
function Adv_VAPI_GetGPIOData(var
dwValue:Longword):Boolean;
[VB]
function Adv_VAPI_GetGPIOData (ByRef pdwValue As Long)
As Boolean
Parameters
pdwValue : Pointer to state value of GPIO input pins.
Return Value
TRUE
:
Function is successful
FALSE
:
Function is failed
Description
This function will get the value of GPIO input pins. For
example,
Adv_VAPI_GPIOInit(0xff00);
Adv_VAPI_GetGPIOData(&dwValue)
set the bit 0~7 as input pins and get their states.
See Also
57
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 ...