User`s guide
High-Speed Simultaneous Transfer
Host-Side Client Interface
275Targeting MC56F83xx/DSP5685x Controllers
Prototype
HRESULT hsst_attach_listener (
size_t cid,
NotifiableHSSTClient *subscriber );
Parameters
cid
Specifies the channel ID of the communication channel to listen to.
subscriber
Specifies the address of the variable of class Notifiable HSST Client.
Returns
S_OK if the call succeeds or S_FALSE if the call fails.
hsst_detach_listener
Use this function to detach a host-side client application that you previously attached
as a listener to the specified communication channel.
Prototype
HRESULT hsst_detach_listener ( size_t cid );
Parameters
cid
Specifies the channel ID of the communication channel from which to detach a
previously specified listener.
Returns
S_OK if the call succeeds or S_FALSE if the call fails.