-
Notifications
You must be signed in to change notification settings - Fork 1.1k
AliOS Things API HAL TRACE Guide
librae8226 edited this page Mar 1, 2018
·
1 revision
void *trace_hal_init(void)
-
Description
trace data transfer init.
-
Parameters
None.
-
Returns
None.
ssize_t trace_hal_send(void *handle, void *buf, size_t len)
-
Description
trace data transfer send.
-
Parameters
IN/OUT NAME DESC [in] handle data transfer channel object [in] buf the buffer store data [in] len the len of data -
Returns
the size send success.
ssize_t trace_hal_recv(void *handle, void *buf)
-
Description
trace data transfer receive.
-
Parameters
IN/OUT NAME DESC [in] handle data transfer channel object [in] buf the buffer to store data -
Returns
the size receive success.
void trace_hal_deinit(void *handle)
-
Description
trace data transfer init.
-
Parameters
IN/OUT NAME DESC [in] handle data transfer channel object -
Returns
None.
| Home | Tutorial | Hardware | Porting Guide | Utilities | API Reference | Technical Docs | Certification |
Crafted with ❤️ by AliOS Things Team.