Skip to content

probe-web / @probe-web/client / wire / WireSemihostingCommand

Type Alias: WireSemihostingCommand

ts
type WireSemihostingCommand = 
  | "ExitSuccess"
  | {
  ExitError: WireExitErrorDetails;
}
  | {
  GetCommandLine: {
     block_address: number;
  };
}
  | "Other";

Defined in: wire.ts:1068

probe-rs-rpc WireSemihostingCommand.