User`s guide
High-Speed Simultaneous Transfer
Host-Side Client Interface
270
Targeting MC56F83xx/DSP5685x Controllers
Prototype
HRESULT hsst_open (
const char* channel_name,
size_t *cid );
Parameters
channel_name
Specifies the communication channel name.
cid
Specifies the channel ID associated with the communication channel.
Returns
S_OK if the call succeeds or S_FALSE if the call fails.
hsst_close
A host-side client application uses this function to close a communication channel
with the low-level target.
Prototype
HRESULT hsst_close ( size_t channel_id ) ;
Parameters
channel_id
Specifies the channel ID of the communication channel to close.
Returns
S_OK if the call succeeds or S_FALSE if the call fails.