Breadcrumbs

MnApiSystem_SoftwareReset

This function triggers a software reset of the device.

Syntax

MnApiSystem_SoftwareReset.bmp

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. 

Function could not be executed. 



Example

C++
hSystemHandle := MnApiSystem_Open(0);
MnApiSystem_SoftwareReset(hSystemHandle);
MnApiSystem_Close(hSystemHandle);


Requirements



Remarks