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)) |
| |
| bool | vsf_distbus_transport_stream_is_sending (void *transport) |
| |
◆ vsf_distbus_transport_stream_init()
| bool vsf_distbus_transport_stream_init |
( |
void * | transport, |
|
|
void * | p, |
|
|
void(* | on_inited )(void *p) ) |
|
extern |
◆ vsf_distbus_transport_stream_send()
| bool vsf_distbus_transport_stream_send |
( |
void * | transport, |
|
|
uint8_t * | buffer, |
|
|
uint_fast32_t | size, |
|
|
void * | p, |
|
|
void(* | on_sent )(void *p) ) |
|
extern |
◆ vsf_distbus_transport_stream_recv()
| bool vsf_distbus_transport_stream_recv |
( |
void * | transport, |
|
|
uint8_t * | buffer, |
|
|
uint_fast32_t | size, |
|
|
void * | p, |
|
|
void(* | on_recv )(void *p) ) |
|
extern |
◆ vsf_distbus_transport_stream_is_sending()
| bool vsf_distbus_transport_stream_is_sending |
( |
void * | transport | ) |
|
|
extern |