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
Содержание HDV62
Страница 11: ...vi List of Figures...
Страница 25: ...14 Installation Guide...
Страница 26: ...Installation Guide 15...
Страница 27: ...16 Installation Guide 4 Click next until driver installation is complete...
Страница 105: ...94 Programming Guide Video Proc Amp...
Страница 143: ...132 ViewCreatorPro Utility 6 2 Component Description Launch ViewCreatorPro and you can see the following view...
Страница 153: ...142 ViewCreatorPro Utility View menu Device Hide or unhide Devices panel Adjustment Hide or unhide Adjustment panel...
Страница 163: ...152 ViewCreatorPro Utility...