Click or drag to resize

DeviceSaveScreensRegions Method

This method will either discard screen and region edits or save screen and region edits persistently.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public void SaveScreensRegions(
	ResourceInfoScreenRegionSaveChanges commit
)

Parameters

commit
Type: ProScriptResourceInfoScreenRegionSaveChanges
whether to discard changes in RAM and go back to what is in flash (0), Save the changes in flash (1). Can also be used for factory reset (0x5a).
Remarks
This method requires firmware version 4.0 or higher.
See Also