Public Instance Methods : SstTcpTransport

* transportReceiveFrom: connection into: buffer length: length timeout: timeout
	"ACTION
		Place exactly @length bytes from @connection into @buffer. Block
		until either all of the bytes are available, @timeout milliseconds have
		passed, @connection is closed, or an error occurs. Answer an error if
		not all the bytes were available.

	PARAMETERS
		connection : <IdSstConnection>
		buffer : <ByteArray> | <String> | <OSPtr>
		length : <Integer>

	RETURN VALUE
		<void> | <IuSstError>"
Categories
	SST-API Developer

[FIRST] [PREV] [NEXT] [LAST]