![]() |
SmartSpectra C++ SDK
Measure human vitals from video with SmartSpectra C++ SDK.
|
Public Member Functions | |
| None | __init__ (self, socket.socket sock) |
| Optional[Any] | read (self) |
Protected Member Functions | |
| bool | _recv_into_buffer (self) |
| Optional[bytes] | _read_line (self) |
| Optional[bytes] | _read_exact (self, int length) |
Protected Attributes | |
| _sock = sock | |
| _buffer = bytearray() | |
Minimal RESP protocol reader with timeout-aware buffering.