bool ReformatFlash(string)
Erases and formats the internal flash memory.
Security
Trust Level Required: High Trust
Parameters
Name | Description |
deviceName |
(Optional) string The name of the device to perform an operation on. |
Return
Returns true if the flash memory was formatted, false otherwise.
Examples
if(!KioOmronHVC.ReformatFlash())
alert('Failed to format flash memory!');
Requirements
KioWare for Windows version 8.16 or greater.