Resets device and initializes driver.
Ret = AioResetDevice ( Id )
Id
[ VB.NET : Short ] [ C, C++ : short ] [ C# : short ] [ Python : ctypes.c_short
]
Specifies the device ID retrieved from AioInit.
Ret [ VB.NET : Integer ] [ C, C++ : long ] [ C# : int ] [ Python : ctypes.c_long ]
Return values |
Content |
0 |
Normality completion |
10001 |
Invalid
Id was specified |
10002 |
AIO
driver can't be called |
20003 |
Can
not use because another process is using the device |
Outputs reset command to device, all of the
parameters in device return to initial values.
Even if the device is in operation, the function can be performed and the
operation of device stops.
Resets device and initializes driver.
VB.NET |
Dim
Ret As Integer |
C, C++ |
long
Ret; |
C# |
int
Ret; |
Python |
Ret
= ctypes.c_long() |