Trait SynicMonitorAccess

Source
pub trait SynicMonitorAccess: SynicPortAccess {
    // Required method
    fn set_monitor_page(
        &self,
        vtl: Vtl,
        gpa: Option<MonitorPageGpas>,
    ) -> Result<()>;
}
Expand description

Provides monitor page functionality for a SynicPortAccess implementation.

Required Methods§

Source

fn set_monitor_page(&self, vtl: Vtl, gpa: Option<MonitorPageGpas>) -> Result<()>

Sets the GPA of the monitor page currently in use.

Implementors§