Get Stream State (FIFO Method)

Returns the state of the peer-to-peer streaming session.

This method is only available with peer-to-peer FIFOs. Use the FIFO Method Node to implement this method.

Inputs/Outputs

Option Description
FIFO In FIFO In specifies the FIFO.

You can wire a FIFO control, FIFO constant, VI-Defined FIFO Configuration node, or the FIFO Out terminal of another FIFO Method Node to FIFO In.

FIFO Out FIFO Out returns FIFO In if FIFO In is wired. Otherwise, FIFO Out returns the FIFO that you specify in the FIFO Method Node.
State State returns the state of the peer-to-peer stream.
The state models for peer-to-peer streaming coordinate the writer, reader, and host.
0Unlinked
1Disabled
2Enabled
3Flushing

Considerations for Single-Cycle Timed Loops

If you use this node in a single-cycle Timed Loop, the Get Stream State method must be in the same clock domain as the Read or Write method or the Enable or Disable method for the peer-to-peer writer or reader FIFO.