Data type | Access |
---|---|
nip2p_tStreamState | Read |
Returns the current state of the stream.
nip2p_kStreamStateUnlinked (0) | The stream is in the unlinked state. |
nip2p_kStreamStateDisabled (1) | The stream is in the disabled state. |
nip2p_kStreamStateEnabled (2) | The stream is in the enabled state. |
nip2p_kStreamStateFlushing (3) | The stream is in the flushing state. |