Delegate DownloadImageResponseCallback
Provides a callback for handling the 'DownloadImage' response.
Namespace: SI.PIXL.Client.Callbacks
Assembly: SI.PIXL.Client.dll
Syntax
public delegate void DownloadImageResponseCallback(DownloadImageResponse response)
Parameters
| Type | Name | Description |
|---|---|---|
| DownloadImageResponse | response | The command response. |