Go to the source code of this file.
|
bool | vsf_distbus_transport_stream_init (void *transport, void *p, void(*on_inited)(void *p)) |
|
bool | vsf_distbus_transport_stream_send (void *transport, uint8_t *buffer, uint_fast32_t size, void *p, void(*on_sent)(void *p)) |
|
bool | vsf_distbus_transport_stream_recv (void *transport, uint8_t *buffer, uint_fast32_t size, void *p, void(*on_recv)(void *p)) |
|
◆ vsf_distbus_transport_stream_init()
bool vsf_distbus_transport_stream_init |
( |
void * |
transport, |
|
|
void * |
p, |
|
|
void(*)(void *p) |
on_inited |
|
) |
| |
|
extern |
◆ vsf_distbus_transport_stream_send()
bool vsf_distbus_transport_stream_send |
( |
void * |
transport, |
|
|
uint8_t * |
buffer, |
|
|
uint_fast32_t |
size, |
|
|
void * |
p, |
|
|
void(*)(void *p) |
on_sent |
|
) |
| |
|
extern |
◆ vsf_distbus_transport_stream_recv()
bool vsf_distbus_transport_stream_recv |
( |
void * |
transport, |
|
|
uint8_t * |
buffer, |
|
|
uint_fast32_t |
size, |
|
|
void * |
p, |
|
|
void(*)(void *p) |
on_recv |
|
) |
| |
|
extern |