Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnumerateMonitorPortSettings ¶
func EnumerateMonitorPortSettings(ctx context.Context, req *rpc.EnumerateMonitorPortSettingsRequest) (*rpc.EnumerateMonitorPortSettingsResponse, error)
EnumerateMonitorPortSettings returns a description of the configuration settings of a monitor port
Types ¶
type PortProxy ¶
type PortProxy struct {
// contains filtered or unexported fields
}
PortProxy is an io.ReadWriteCloser that maps into the monitor port of the board
func Monitor ¶
func Monitor(ctx context.Context, req *rpc.MonitorPortOpenRequest) (*PortProxy, *pluggableMonitor.PortDescriptor, error)
Monitor opens a communication port. It returns a PortProxy to communicate with the port and a PortDescriptor that describes the available configuration settings.
Click to show internal directories.
Click to hide internal directories.