Gets (reads) properties of a peer-to-peer stream.
The reference to an niP2P stream.
Error conditions that occur before this node runs. The node responds to this input according to standard error behavior.
Default: No error
The reference to an niP2P stream.
state returns the current execution mode of the stream.
writer overflow? specifies whether or not the writer queue is full.
reader underflow? specifies whether or not a read occurred on an empty read queue.
writer free elements specifies the number of empty elements in the write buffer that can be written to before overflow occurs.
reader used elements specifies the number of used elements currently in the read buffer that can be read to before underflow occurs.
writer depth specifies the total number of elements the write buffer can hold before overflowing.
reader depth specifies the total number of elements the read buffer can hold before overflowing.
Where This Node Can Run:
Desktop OS: Windows
FPGA: NI Measure does not support FPGA devices