close virtual void SSReader::close(void) = 0; Undocumented function. |
isClosed virtual bool SSReader::is_closed(void) = 0; Undocumented function. |
receiveDatagram bool SSReader::receive_datagram(Datagram &dg); Description: Receives a datagram over the socket by expecting a little-endian 16-bit byte count as a prefix. If the socket stream is non-blocking, may return false if the data is not available; otherwise, returns false only if the socket closes. |