probe-web / @probe-web/client / index / RttBytes
Interface: RttBytes
Defined in: debugger.ts:209
Raw bytes from a binary RTT channel (rtt-bytes event), for plotting or decoding.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
channel | number | The RTT up channel number. | debugger.ts:211 |
bytes | Uint8Array | The bytes read in one poll. | debugger.ts:213 |