DeviceDeleteDeviceRegion Method |
This method deletes a region from the device
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void DeleteDeviceRegion(
byte region
)
Public Sub DeleteDeviceRegion (
region As Byte
)
public:
void DeleteDeviceRegion(
unsigned char region
)
member DeleteDeviceRegion :
region : byte -> unit
Parameters
- region
- Type: SystemByte
the region ID to delete
Remarks
This method requires firmware version 4.0 or higher.
See Also