The IDownload type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetCode |
This method is invoked by the Target API to get the next chunk of executable code
to send to the target. The method should use the context value to read the next
buffer_length bytes of code and store them in the given
buffer. The return value should be the number of bytes actually
stored in the buffer.
|