string [] GSetupDownloadFile | ( | string | Path, |
Int32 | Options | ||
) |
Allows downloading of a Galil compressed backup (gcb) file to the controller.
Path | The full filepath of the gcb file. |
Options | A bit mask indicating which sectors of the gcb file to restore to the controller. |
Wrapper around gclib GSetupDownloadFile(),
If options is specified as 0, the return string will have a number appended corresponding to a bit mask of the available gcb sectors
System.Exception | Will throw an exception if anything other than G_NO_ERROR is received from gclib. |