Skip to content

probe-web / @probe-web/client / wire / RttEvent

Type Alias: RttEvent

ts
type RttEvent = 
  | {
  Discovered: {
     up_channels: ChannelInfo[];
     down_channels: ChannelInfo[];
  };
}
  | {
  Output: {
     channel: number;
     bytes: number[];
  };
};

Defined in: wire.ts:718

probe-rs-rpc RttEvent: rtt topic.