Click or drag to resize

DeviceSetProscriptMode Method

Attempts to put the device in proscript mode.

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

Parameters

commit_changes
Type: SystemBoolean
whether to save (true) or set temporarily until power cycle (false) the mode
See Also