Network Stream Endpoints
- Updated2023-02-21
- 1 minute(s) read
Endpoints are the parts of applications that communicate data. Every network stream must have a writer endpoint and a reader endpoint. Writer endpoints write data to the stream. Reader endpoints read data from the stream. LabWindows/CVI identifies each endpoint with an endpoint URL, which you use to establish connections between endpoints. When two endpoints connect, they create a network stream. Use the Network Streams Library functions to create endpoints and stream data between them.