Click or drag to resize

DeviceAsicReset Method

This method performs either a hard or soft reset of the ASIC.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public void AsicReset(
	bool hardwareReset
)

Parameters

hardwareReset
Type: SystemBoolean
whether or not to do a hardware reset
See Also