Click or drag to resize

DeviceDeleteResource Method

This method deletes a resource from the device

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public void DeleteResource(
	byte resource
)

Parameters

resource
Type: SystemByte
the resource ID to delete
Remarks
This method requires firmware version 4.0 or higher.
See Also