This function triggers a software reset of the device.
Syntax
C++
FUNCTION MnApiSystem_SoftwareReset : DWORD
VAR_INPUT
hDevice : DWORD;
END_VAR
Parameters
|
Parameter |
Beschreibung |
|---|---|
|
hDevice [in] |
Variable that contains the handle. |
Return Values
|
Return Values |
Description |
|---|---|
|
> 0 |
Function was executed correctly. |
|
0 |
Function could not be executed. |
Example
C++
hSystemHandle := MnApiSystem_Open(0);
MnApiSystem_SoftwareReset(hSystemHandle);
MnApiSystem_Close(hSystemHandle);
Requirements
Remarks