* Check if there's network data available in the ring buffer
()
| 73 | * Check if there's network data available in the ring buffer |
| 74 | */ |
| 75 | hasNetworkData() { |
| 76 | return this.ringReader && this.ringReader.hasNetworkData(); |
| 77 | } |
| 78 | |
| 79 | /** |
| 80 | * Poll for network responses from ring buffer (synchronous, no waiting) |