Reset a device.
Ret = SsiResetDevice ( Id )
Id
[ C, C++: short ] [ Python: ctypes.c_short ]
Specify the device ID retrieved from SsiInit.
Ret [ C, C++: long ] [ Python: ctypes.c_long ]
Definition |
Value [Dec] |
Description |
SSI_ERR_SUCCESS |
0 |
Succeeded |
SSI_ERR_DLL_INVALID_ID |
10001 |
Invalid device id. |
SSI_ERR_DLL_CALL_DRIVER |
10002 |
Can not call driver (ioctl failed). |
SSI_ERR_SYS_MEMORY |
20000 |
Can not allocate memory. |
SSI_ERR_SYS_TIMEOUT |
20107 |
Timeout occurred. |
The others (See also: Details of Error Code)
None
Initialize device's software work.
C, C++ |
long
Ret; |
Python |
Ret
= ctypes.c_long() |
None