Classes | |
| struct | dsi_socket_ref |
| socket reference
It is given to the application by the component to describe a socket More... | |
| struct | dsi_component |
| component descriptor More... | |
| struct | dsi_stream |
| application stream descriptor
Used by in-the-middle-applications to store send- and receive-components. Used by dsi_stream_create(), dsi_stream_start(), dsi_stream_stop() and dsi_stream_close(). More... | |
Typedefs | |
| typedef l4_int32_t | dsi_socketid_t |
| socket id
It is used as a global reference to a socket e.g. in synchronisation messages between sender and receiver component | |
| typedef struct dsi_socket_ref | dsi_socket_ref_t |
| socket reference
It is given to the application by the component to describe a socket | |
| typedef struct dsi_component | dsi_component_t |
| component descriptor | |
| typedef struct dsi_stream | dsi_stream_t |
| application stream descriptor
Used by in-the-middle-applications to store send- and receive-components. Used by dsi_stream_create(), dsi_stream_start(), dsi_stream_stop() and dsi_stream_close(). | |
| typedef struct dsi_stream dsi_stream_t |
application stream descriptor
Used by in-the-middle-applications to store send- and receive-components. Used by dsi_stream_create(), dsi_stream_start(), dsi_stream_stop() and dsi_stream_close().
1.5.6