STREAM_STATE
(ENUM)
TYPE STREAM_STATE :
- InOut:
Name
Initial
Comment
CLOSED
0
Stream is closed
CONNECTING
Stream is connecting
LISTENING
Stream is listening
OPEN
Stream is open. Ready to send/receive data
FAILED
Opening the stream failed.