Skip to content

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

PropertyTypeDescriptionDefined in
channelnumberThe RTT up channel number.debugger.ts:211
bytesUint8ArrayThe bytes read in one poll.debugger.ts:213