[][src]Module arduino_cli_client::monitor

Service that abstracts a Monitor usage

Modules

monitor_client

Generated client implementations.

monitor_config
streaming_open_req

Structs

MonitorConfig

Tells the monitor which target to open and provides additional parameters that might be needed to configure the target or the monitor itself.

StreamingOpenReq

The top-level message sent by the client for the StreamingOpen method. Multiple StreamingOpenReq messages can be sent but the first message must contain a monitor_config message to initialize the monitor target. All subsequent messages must contain bytes to be sent to the target and must not contain a monitor_config message.

StreamingOpenResp