Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
software:digilent-agent:protocol [2021/05/14 23:05] – ↷ Page moved from reference:software:digilent-agent:protocol to software:digilent-agent:protocol Arthur Brownsoftware:digilent-agent:protocol [2021/05/14 23:08] (current) – ↷ Links adapted because of a move operation Arthur Brown
Line 36: Line 36:
 **Response** **Response**
    * **command** - (String) - The Enumerate Devices command "enumerateDevices".    * **command** - (String) - The Enumerate Devices command "enumerateDevices".
-   * **statusCode** - (Integer) - A numeric value representing the device status.  See [[reference/software/digilent-agent/protocol-status-codes]]+   * **statusCode** - (Integer) - A numeric value representing the device status.  See [[software:digilent-agent:protocol-status-codes]]
    * **devices** - (Array<String>) - An array of device names.    * **devices** - (Array<String>) - An array of device names.
  
Line 81: Line 81:
 **Response** **Response**
    * **command** - (String) - The Get Info command "getInfo".    * **command** - (String) - The Get Info command "getInfo".
-   * **statusCode** - (Integer) - A numeric value representing the device status.  See [[reference/software/digilent-agent/protocol-status-codes]]+   * **statusCode** - (Integer) - A numeric value representing the device status.  See [[software:digilent-agent:protocol-status-codes]]
    * **version** - (Object) - An object representing the Agent version.    * **version** - (Object) - An object representing the Agent version.
      * **major** - (Integer) - The Agent major version.      * **major** - (Integer) - The Agent major version.
Line 130: Line 130:
 **Response** **Response**
    * **command** - (String) - The Get Active Device command "getActiveDevice".    * **command** - (String) - The Get Active Device command "getActiveDevice".
-   * **statusCode** - (Integer) - A numeric value representing the device status.  See [[reference/software/digilent-agent/protocol-status-codes]]+   * **statusCode** - (Integer) - A numeric value representing the device status.  See [[software:digilent-agent:protocol-status-codes]]
    * **device** - (String) - The active device name.    * **device** - (String) - The active device name.
  
Line 172: Line 172:
 **Response** **Response**
    * **command** - (String) - The Set Active Device command "setActiveDevice".    * **command** - (String) - The Set Active Device command "setActiveDevice".
-   * **statusCode** - (Integer) - A numeric value representing the device status.  See [[reference/software/digilent-agent/protocol-status-codes]]+   * **statusCode** - (Integer) - A numeric value representing the device status.  See [[software:digilent-agent:protocol-status-codes]]
  
 ===Example=== ===Example===
Line 212: Line 212:
 **Response** **Response**
    * **command** - (String) - The Enter JSON Mode command "enterJsonMode".    * **command** - (String) - The Enter JSON Mode command "enterJsonMode".
-   * **statusCode** - (Integer) - A numeric value representing the device status.  See [[reference/software/digilent-agent/protocol-status-codes]]+   * **statusCode** - (Integer) - A numeric value representing the device status.  See [[software:digilent-agent:protocol-status-codes]]
  
 ===Example=== ===Example===
Line 250: Line 250:
 **Response** **Response**
    * **command** - (String) - The Release Active Device command "releaseActiveDevice".    * **command** - (String) - The Release Active Device command "releaseActiveDevice".
-   * **statusCode** - (Integer) - A numeric value representing the device status.  See [[reference/software/digilent-agent/protocol-status-codes]]+   * **statusCode** - (Integer) - A numeric value representing the device status.  See [[software:digilent-agent:protocol-status-codes]]
  
 ===Example=== ===Example===
Line 291: Line 291:
 **Response** **Response**
    * **command** - (String) - The Save Temp File command "saveTempFile".    * **command** - (String) - The Save Temp File command "saveTempFile".
-   * **statusCode** - (Integer) - A numeric value representing the device status.  See [[reference/software/digilent-agent/protocol-status-codes]]+   * **statusCode** - (Integer) - A numeric value representing the device status.  See [[software:digilent-agent:protocol-status-codes]]
  
 ===Example=== ===Example===
Line 334: Line 334:
 **Response** **Response**
    * **command** - (String) - The Upload Firmware command "updateFirmware".    * **command** - (String) - The Upload Firmware command "updateFirmware".
-   * **statusCode** - (Integer) - A numeric value representing the device status.  See [[reference/software/digilent-agent/protocol-status-codes]]+   * **statusCode** - (Integer) - A numeric value representing the device status.  See [[software:digilent-agent:protocol-status-codes]]
  
 ===Example=== ===Example===
Line 376: Line 376:
 **Response** **Response**
    * **command** - (String) - The Update WaveForms Live Browser command "updateWaveFormsLiveBrowser".    * **command** - (String) - The Update WaveForms Live Browser command "updateWaveFormsLiveBrowser".
-   * **statusCode** - (Integer) - A numeric value representing the device status.  See [[reference/software/digilent-agent/protocol-status-codes]]+   * **statusCode** - (Integer) - A numeric value representing the device status.  See [[software:digilent-agent:protocol-status-codes]]
  
  
Line 418: Line 418:
 **Response** **Response**
    * **command** - (String) - The Update Firmware Get Status "updateFirmwareGetStatus".    * **command** - (String) - The Update Firmware Get Status "updateFirmwareGetStatus".
-   * **statusCode** - (Integer) - A numeric value representing the device status.  See [[reference/software/digilent-agent/protocol-status-codes]]+   * **statusCode** - (Integer) - A numeric value representing the device status.  See [[software:digilent-agent:protocol-status-codes]]
    * **status** - (String) - The status of the firmware update process ('idle', 'uploading', 'failed');    * **status** - (String) - The status of the firmware update process ('idle', 'uploading', 'failed');
    * **progress** - (Integer) - An integer value 0-100 representing the percent complete.    * **progress** - (Integer) - An integer value 0-100 representing the percent complete.