ADLINK Technology RTV Series User Manual page 128

Multi-channel real-time video frame grabber series
Table of Contents

Advertisement

@ Return Code
0 : ERROR_NoError
-7: ERROR_Not_Initialized – Make sure the port has been
initialized by "AngeloRTV_Initial".
-9 : ERROR_Invalid_PortNo – Please input the correct
"PortNo" parameter.
@ Example
<VC/BCB >
AngeloRTV_Set_WDT
I16 Result;
U16 CardNo = 0;
U16 Enable = 1;
U16 Interval = 1;
Result =
AngeloRTV_Set_WDT(CardNo,Enable,Interval);
< Visual Basic >
AngeloRTV_Set_WDT
Dim Result As Integer
Dim CardNo As Integer
Dim Enable As Integer
Dim Interval As Integer
CardNo = 0
Enable = 1
Interval = 1
Result =
AngeloRTV_Set_WDT(CardNo,Enable,Interval)
<Delphi >
AngeloRTV_Set_WDT
Var
Result : SmallInt;
CardNo: SmallInt;
Enable: SmallInt;
Interval: SmallInt;
CardNo :=0;
Enable:=1;
Interval:=1;
Result :=
AngeloRTV_Set_WDT(CardNo,Enable,Interval);
118
Function Library

Advertisement

Table of Contents
loading

Table of Contents