| 111 | } |
| 112 | |
| 113 | UInt32 available(Exception& ex) const { return ioctl(ex, FIONREAD, 0); } |
| 114 | |
| 115 | bool initialized() { return _initialized; } |
| 116 | bool connected() { return _connected; } |
nothing calls this directly
no outgoing calls
no test coverage detected