getOutputStream

fun getOutputStream(msgCtrl: MsgCtrl? = null): OutputStream

Returns an output stream for this socket.

See Also: srt_sendmsg2

Return

an output stream for writing bytes to this socket.

Parameters

msgCtrl

the MsgCtrl that contains extra parameter

See also