Last Modified: August 6, 2018
Name |
Description |
Name |
Name of the network stream endpoint. |
URL |
Full name of the network stream endpoint URL using the following syntax: ni.dex://host_name:context_name/endpoint_name. |
Readable |
Boolean value that indicates whether the wire is a reader endpoint. |
Writable |
Boolean value that indicates whether the wire is a writer endpoint. |
DataType |
Data type you wired to the Create Network Stream Reader Endpoint or Create Network Stream Writer Endpoint node. |
BufferSize |
Number of data type elements the buffer can hold. |
AvailElmntsForWrite |
Number of elements available to write in the buffer. |
AvailElmntsForRead |
Number of elements available to read in the buffer. |
Connected |
Boolean value that indicates whether there is an active network stream connection. |
NumDisconnects |
Number of times the application lost connection to the network stream since it was first connected. This property determines the number of disconnects by counting the number of times the Connected property transitions from True to False. |
RemoteEndptDestroyed |
Boolean value that indicates whether the opposite endpoint is closed. |
TotalElmntsWritten |
Total number of elements the application writes from the time you create the network stream to the time you destroy the network stream. |
TotalElmntsRead |
Total number of elements the application reads from the time you create the network stream to the time you destroy the network stream. |
Recently Viewed Topics