Table of Contents > QUARC > User's Guide > QUARC External Interfaces > C Functions > Communications > Stream API > Function Reference > Functions - By Category > Function Categories
Configuration
stream_connect | Connects to a listening stream referenced by the given URI. |
stream_listen | Establishes a server stream which listens on the given URI. |
stream_accept | Accepts a connection to a listening communication stream by a client. |
stream_poll | Polls the stream to determine whether it is possible to send or receive or accept a connection without blocking. |
stream_set_byte_order | Configures the byte order used by the stream for multi-byte data types. |
stream_set_swap_bytes | Determines whether the functions that send and receive t_short's, t_utf16_char's, t_utf32_char's, t_int's, t_long's, or arrays of them, swap the bytes in the individual values. |
stream_shutdown | Shuts down send and/or receives in preparation for closing the stream. |
stream_close | Closes the stream. |
stream_close_all | Closes all streams established using stream_listen, stream_connect or stream_accept. |
stream_create_memory_stream | Creates a "memory stream" that may be used to read from or write to a buffer in memory instead of a communication channel. |
Copyright ©2024 Quanser Inc. This page was generated 2024-10-17. Submit feedback to Quanser about this page.
Link to this page.