User`s guide

High-Speed Simultaneous Transfer
Host-Side Client Interface
271Targeting MC56F83xx/DSP5685x Controllers
hsst_read
A host-side client application uses this function to read data sent by the target
application without stopping the core.
Prototype
HRESULT hsst_read (
void *data,
size_t size,
size_t nmemb,
size_t channel_id,
size_t *read );
Parameters
data
Specifies the data buffer into which data is read.
size
Specifies the size of the individual data elements to read.
nmemb
Specifies the number of data elements to read.
channel_id
Specifies the channel ID of the communication channel from which to read.
read
Contains the number of data elements read.
Returns
S_OK if the call succeeds or S_FALSE if the call fails.