Skip to content

probe-web / @probe-web/client / wire / WireSemihostingUiEvent

Type Alias: WireSemihostingUiEvent

ts
type WireSemihostingUiEvent = 
  | {
  RttWindow: {
     handle: number;
     path: string;
     format: DataFormat;
  };
}
  | {
  LogToConsole: string;
}
  | {
  RttOutput: {
     handle: number;
     data: string;
  };
};

Defined in: wire.ts:1075

probe-rs-rpc WireSemihostingUiEvent.