probe-web / @probe-web/client / wire / Topics
Interface: Topics
Defined in: wire.ts:1232
Every RPC topic by path, with its message type.
Properties
| Property | Type | Defined in |
|---|---|---|
cancel | null | wire.ts:1233 |
info/data | InfoEvent | wire.ts:1234 |
flash/progress | ProgressEvent | wire.ts:1235 |
rtt | RttEvent | wire.ts:1236 |
semihosting | { Output: { stream: string; data: string; }; } | wire.ts:1237 |
semihosting.Output | { stream: string; data: string; } | wire.ts:761 |
semihosting.Output.stream | string | wire.ts:761 |
semihosting.Output.data | string | wire.ts:761 |