Programming Guide
111
5.4.2
IAdvance
IAdvace provides methods to access peripheral IOs including DIs,
DOs, Trigger In, and Trigger Out.
5.4.2.1 DIO
Purpose
These functions read and write the state of digital inputs and digi-
tal outputs. HDV62 has 4 DI pins and 4 DO pins.
Prototype
C/C++
HRESULT DIO_ReadPins (UINT StartPin, UINT StopPin,
UINT *Values)
HRESULT DIO_WritePins (UINT StartPin, UINT StopPin,
UINT Values)
HRESULT DIO_ReadDOs (UINT StartPin, UINT StopPin,
UINT *Values)
C#
int DIO_ReadPins (uint StartPin, uint StopPin, out
uint Values)
int DIO_WritePins (uint StartPin, uint StopPin, uint
Values)
int DIO_ReadDOs (uint StartPin, uint StopPin, out
uint Values)
VB.Net
DIO_ReadPins (ByVal StartPin As UInteger, ByVal
StopPin As UInteger, ByRef Values As UInteger) As
Integer
DIO_WritePins (ByVal StartPin As UInteger, ByVal
StopPin As UInteger, ByVal Values As UInteger) As
Integer
DIO_ReadPins (ByVal StartPin As UInteger, ByVal
StopPin As UInteger, ByRef Values As UInteger) As
Integer
Summary of Contents for HDV62
Page 11: ...vi List of Figures...
Page 25: ...14 Installation Guide...
Page 26: ...Installation Guide 15...
Page 27: ...16 Installation Guide 4 Click next until driver installation is complete...
Page 105: ...94 Programming Guide Video Proc Amp...
Page 163: ...152 ViewCreatorPro Utility...