| Property | Description |
|---|---|
| Available Elements for Reading | Returns the number of elements available for reading from the stream. If you call this property on a writer endpoint, you receive an error. Details |
| Available Elements for Writing | Returns the number of elements available for writing to the stream. If you call this property on a reader endpoint, you receive an error. Details |
| Buffer Size | Returns the size, in elements, of the buffer you specified when you created the stream. Details |
| Connected | Returns TRUE if there is a network connection between the reader and writer endpoints. This property returns FALSE if you destroy one of the endpoints with the Destroy Stream Endpoint VI or there is a disruption in the connection between the endpoints. If there is a disruption, the endpoints try to connect until the timeout period elapses. Details |
| Data Type | Returns the data type of the endpoint. Details |
| Name | Returns the name of the endpoint. Details |
| Number of Disconnections | Returns the number of disconnections between the endpoints. Details |
| Readable | Returns TRUE if the endpoint on which you use this property is a reader endpoint. Details |
| Remote Endpoint Destroyed | Returns TRUE if the remote endpoint has been destroyed. Returns FALSE if the remote endpoint is still active. Details |
| Total Elements Read | Returns the number of elements the reader endpoint has read from the stream. Details |
| Total Elements Written | Returns the number of elements the writer endpoint has written to the stream. Details |
| URL | Returns the URL of the endpoint. When you use this property, the host name component of the URL displays as the default value localhost. Details |
| Writable | Returns TRUE if the endpoint on which you use this property is a writer endpoint. Details |