mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-11-23 16:59:54 +00:00
update core/transmission/interface/softbus_transmission_interface.h.
Signed-off-by: wangwang <wangwang16@huawei.com>
This commit is contained in:
parent
64cfc8221f
commit
b27f78d3f2
@ -35,7 +35,7 @@ typedef struct {
|
||||
* @param[in] channelId indicates that channel is open.
|
||||
* @param[in] uuid indicates the pointer to the uuid.
|
||||
* @param[in] isServer indicates server side or client side.
|
||||
* @return <b>SOFTBUS_OK</b> the processing success after the callback.
|
||||
* @return <b>SOFTBUS_OK</b> the processing success after the callback; returns an error code otherwise..
|
||||
*/
|
||||
int (*onChannelOpened)(int32_t channelId, const char *uuid, unsigned char isServer);
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user