pub struct Request<'buf> { /* private fields */ }ethtool only.Implementations§
Source§impl<'buf> Request<'buf>
impl<'buf> Request<'buf>
pub fn new_with_buf(buf: &'buf mut Vec<u8>) -> Self
pub fn new_extend(buf: &'buf mut Vec<u8>) -> Self
pub fn buf(&self) -> &Vec<u8> ⓘ
pub fn buf_mut(&mut self) -> &mut Vec<u8> ⓘ
Sourcepub fn set_create(self) -> Self
pub fn set_create(self) -> Self
Set NLM_F_CREATE flag
Sourcepub fn set_replace(self) -> Self
pub fn set_replace(self) -> Self
Set NLM_F_REPLACE flag
Sourcepub fn set_change(self) -> Self
pub fn set_change(self) -> Self
Set NLM_F_CREATE and NLM_F_REPLACE flag
Sourcepub fn set_append(self) -> Self
pub fn set_append(self) -> Self
Set NLM_F_APPEND flag
Sourcepub fn unset_flags(self, flags: u16) -> Self
pub fn unset_flags(self, flags: u16) -> Self
Set self.flags ^= self.flags & flags
Sourcepub fn op_strset_get_dump(self) -> OpStrsetGetDump<'buf>
pub fn op_strset_get_dump(self) -> OpStrsetGetDump<'buf>
Get string set from the kernel. Request attributes:
Reply attributes:
Sourcepub fn op_strset_get_do(self) -> OpStrsetGetDo<'buf>
pub fn op_strset_get_do(self) -> OpStrsetGetDo<'buf>
Get string set from the kernel. Request attributes:
Reply attributes:
Sourcepub fn op_linkinfo_get_dump(self) -> OpLinkinfoGetDump<'buf>
pub fn op_linkinfo_get_dump(self) -> OpLinkinfoGetDump<'buf>
Get link info. Request attributes:
Reply attributes:
Sourcepub fn op_linkinfo_get_do(self) -> OpLinkinfoGetDo<'buf>
pub fn op_linkinfo_get_do(self) -> OpLinkinfoGetDo<'buf>
Get link info. Request attributes:
Reply attributes:
Sourcepub fn op_linkinfo_set_do(self) -> OpLinkinfoSetDo<'buf>
pub fn op_linkinfo_set_do(self) -> OpLinkinfoSetDo<'buf>
Set link info. Request attributes:
Sourcepub fn op_linkmodes_get_dump(self) -> OpLinkmodesGetDump<'buf>
pub fn op_linkmodes_get_dump(self) -> OpLinkmodesGetDump<'buf>
Get link modes. Request attributes:
Reply attributes:
Sourcepub fn op_linkmodes_get_do(self) -> OpLinkmodesGetDo<'buf>
pub fn op_linkmodes_get_do(self) -> OpLinkmodesGetDo<'buf>
Get link modes. Request attributes:
Reply attributes:
Sourcepub fn op_linkmodes_set_do(self) -> OpLinkmodesSetDo<'buf>
pub fn op_linkmodes_set_do(self) -> OpLinkmodesSetDo<'buf>
Set link modes. Request attributes:
Sourcepub fn op_linkstate_get_dump(self) -> OpLinkstateGetDump<'buf>
pub fn op_linkstate_get_dump(self) -> OpLinkstateGetDump<'buf>
Get link state. Request attributes:
Reply attributes:
Sourcepub fn op_linkstate_get_do(self) -> OpLinkstateGetDo<'buf>
pub fn op_linkstate_get_do(self) -> OpLinkstateGetDo<'buf>
Get link state. Request attributes:
Reply attributes:
Sourcepub fn op_debug_get_dump(self) -> OpDebugGetDump<'buf>
pub fn op_debug_get_dump(self) -> OpDebugGetDump<'buf>
Get debug message mask. Request attributes:
Reply attributes:
Sourcepub fn op_debug_get_do(self) -> OpDebugGetDo<'buf>
pub fn op_debug_get_do(self) -> OpDebugGetDo<'buf>
Get debug message mask. Request attributes:
Reply attributes:
Sourcepub fn op_debug_set_do(self) -> OpDebugSetDo<'buf>
pub fn op_debug_set_do(self) -> OpDebugSetDo<'buf>
Set debug message mask. Request attributes:
Sourcepub fn op_wol_get_dump(self) -> OpWolGetDump<'buf>
pub fn op_wol_get_dump(self) -> OpWolGetDump<'buf>
Get WOL params. Request attributes:
Reply attributes:
Sourcepub fn op_wol_get_do(self) -> OpWolGetDo<'buf>
pub fn op_wol_get_do(self) -> OpWolGetDo<'buf>
Get WOL params. Request attributes:
Reply attributes:
Sourcepub fn op_wol_set_do(self) -> OpWolSetDo<'buf>
pub fn op_wol_set_do(self) -> OpWolSetDo<'buf>
Set WOL params. Request attributes:
Sourcepub fn op_features_get_dump(self) -> OpFeaturesGetDump<'buf>
pub fn op_features_get_dump(self) -> OpFeaturesGetDump<'buf>
Get features. Request attributes:
Reply attributes:
Sourcepub fn op_features_get_do(self) -> OpFeaturesGetDo<'buf>
pub fn op_features_get_do(self) -> OpFeaturesGetDo<'buf>
Get features. Request attributes:
Reply attributes:
Sourcepub fn op_features_set_do(self) -> OpFeaturesSetDo<'buf>
pub fn op_features_set_do(self) -> OpFeaturesSetDo<'buf>
Set features. Request attributes:
Reply attributes:
Sourcepub fn op_privflags_get_dump(self) -> OpPrivflagsGetDump<'buf>
pub fn op_privflags_get_dump(self) -> OpPrivflagsGetDump<'buf>
Get device private flags. Request attributes:
Reply attributes:
Sourcepub fn op_privflags_get_do(self) -> OpPrivflagsGetDo<'buf>
pub fn op_privflags_get_do(self) -> OpPrivflagsGetDo<'buf>
Get device private flags. Request attributes:
Reply attributes:
Sourcepub fn op_privflags_set_do(self) -> OpPrivflagsSetDo<'buf>
pub fn op_privflags_set_do(self) -> OpPrivflagsSetDo<'buf>
Set device private flags. Request attributes:
Sourcepub fn op_rings_get_dump(self) -> OpRingsGetDump<'buf>
pub fn op_rings_get_dump(self) -> OpRingsGetDump<'buf>
Get ring params. Request attributes:
Reply attributes:
- .get_header()
- .get_rx_max()
- .get_rx_mini_max()
- .get_rx_jumbo_max()
- .get_tx_max()
- .get_rx()
- .get_rx_mini()
- .get_rx_jumbo()
- .get_tx()
- .get_rx_buf_len()
- .get_tcp_data_split()
- .get_cqe_size()
- .get_tx_push()
- .get_rx_push()
- .get_tx_push_buf_len()
- .get_tx_push_buf_len_max()
- .get_hds_thresh()
- .get_hds_thresh_max()
Sourcepub fn op_rings_get_do(self) -> OpRingsGetDo<'buf>
pub fn op_rings_get_do(self) -> OpRingsGetDo<'buf>
Get ring params. Request attributes:
Reply attributes:
- .get_header()
- .get_rx_max()
- .get_rx_mini_max()
- .get_rx_jumbo_max()
- .get_tx_max()
- .get_rx()
- .get_rx_mini()
- .get_rx_jumbo()
- .get_tx()
- .get_rx_buf_len()
- .get_tcp_data_split()
- .get_cqe_size()
- .get_tx_push()
- .get_rx_push()
- .get_tx_push_buf_len()
- .get_tx_push_buf_len_max()
- .get_hds_thresh()
- .get_hds_thresh_max()
Sourcepub fn op_rings_set_do(self) -> OpRingsSetDo<'buf>
pub fn op_rings_set_do(self) -> OpRingsSetDo<'buf>
Set ring params. Request attributes:
- .nested_header()
- .push_rx_max()
- .push_rx_mini_max()
- .push_rx_jumbo_max()
- .push_tx_max()
- .push_rx()
- .push_rx_mini()
- .push_rx_jumbo()
- .push_tx()
- .push_rx_buf_len()
- .push_tcp_data_split()
- .push_cqe_size()
- .push_tx_push()
- .push_rx_push()
- .push_tx_push_buf_len()
- .push_tx_push_buf_len_max()
- .push_hds_thresh()
- .push_hds_thresh_max()
Sourcepub fn op_channels_get_dump(self) -> OpChannelsGetDump<'buf>
pub fn op_channels_get_dump(self) -> OpChannelsGetDump<'buf>
Get channel params. Request attributes:
Reply attributes:
Sourcepub fn op_channels_get_do(self) -> OpChannelsGetDo<'buf>
pub fn op_channels_get_do(self) -> OpChannelsGetDo<'buf>
Get channel params. Request attributes:
Reply attributes:
Sourcepub fn op_channels_set_do(self) -> OpChannelsSetDo<'buf>
pub fn op_channels_set_do(self) -> OpChannelsSetDo<'buf>
Set channel params. Request attributes:
Sourcepub fn op_coalesce_get_dump(self) -> OpCoalesceGetDump<'buf>
pub fn op_coalesce_get_dump(self) -> OpCoalesceGetDump<'buf>
Get coalesce params. Request attributes:
Reply attributes:
- .get_header()
- .get_rx_usecs()
- .get_rx_max_frames()
- .get_rx_usecs_irq()
- .get_rx_max_frames_irq()
- .get_tx_usecs()
- .get_tx_max_frames()
- .get_tx_usecs_irq()
- .get_tx_max_frames_irq()
- .get_stats_block_usecs()
- .get_use_adaptive_rx()
- .get_use_adaptive_tx()
- .get_pkt_rate_low()
- .get_rx_usecs_low()
- .get_rx_max_frames_low()
- .get_tx_usecs_low()
- .get_tx_max_frames_low()
- .get_pkt_rate_high()
- .get_rx_usecs_high()
- .get_rx_max_frames_high()
- .get_tx_usecs_high()
- .get_tx_max_frames_high()
- .get_rate_sample_interval()
- .get_use_cqe_mode_tx()
- .get_use_cqe_mode_rx()
- .get_tx_aggr_max_bytes()
- .get_tx_aggr_max_frames()
- .get_tx_aggr_time_usecs()
- .get_rx_profile()
- .get_tx_profile()
Sourcepub fn op_coalesce_get_do(self) -> OpCoalesceGetDo<'buf>
pub fn op_coalesce_get_do(self) -> OpCoalesceGetDo<'buf>
Get coalesce params. Request attributes:
Reply attributes:
- .get_header()
- .get_rx_usecs()
- .get_rx_max_frames()
- .get_rx_usecs_irq()
- .get_rx_max_frames_irq()
- .get_tx_usecs()
- .get_tx_max_frames()
- .get_tx_usecs_irq()
- .get_tx_max_frames_irq()
- .get_stats_block_usecs()
- .get_use_adaptive_rx()
- .get_use_adaptive_tx()
- .get_pkt_rate_low()
- .get_rx_usecs_low()
- .get_rx_max_frames_low()
- .get_tx_usecs_low()
- .get_tx_max_frames_low()
- .get_pkt_rate_high()
- .get_rx_usecs_high()
- .get_rx_max_frames_high()
- .get_tx_usecs_high()
- .get_tx_max_frames_high()
- .get_rate_sample_interval()
- .get_use_cqe_mode_tx()
- .get_use_cqe_mode_rx()
- .get_tx_aggr_max_bytes()
- .get_tx_aggr_max_frames()
- .get_tx_aggr_time_usecs()
- .get_rx_profile()
- .get_tx_profile()
Sourcepub fn op_coalesce_set_do(self) -> OpCoalesceSetDo<'buf>
pub fn op_coalesce_set_do(self) -> OpCoalesceSetDo<'buf>
Set coalesce params. Request attributes:
- .nested_header()
- .push_rx_usecs()
- .push_rx_max_frames()
- .push_rx_usecs_irq()
- .push_rx_max_frames_irq()
- .push_tx_usecs()
- .push_tx_max_frames()
- .push_tx_usecs_irq()
- .push_tx_max_frames_irq()
- .push_stats_block_usecs()
- .push_use_adaptive_rx()
- .push_use_adaptive_tx()
- .push_pkt_rate_low()
- .push_rx_usecs_low()
- .push_rx_max_frames_low()
- .push_tx_usecs_low()
- .push_tx_max_frames_low()
- .push_pkt_rate_high()
- .push_rx_usecs_high()
- .push_rx_max_frames_high()
- .push_tx_usecs_high()
- .push_tx_max_frames_high()
- .push_rate_sample_interval()
- .push_use_cqe_mode_tx()
- .push_use_cqe_mode_rx()
- .push_tx_aggr_max_bytes()
- .push_tx_aggr_max_frames()
- .push_tx_aggr_time_usecs()
- .nested_rx_profile()
- .nested_tx_profile()
Sourcepub fn op_pause_get_dump(self) -> OpPauseGetDump<'buf>
pub fn op_pause_get_dump(self) -> OpPauseGetDump<'buf>
Get pause params. Request attributes:
Reply attributes:
Sourcepub fn op_pause_get_do(self) -> OpPauseGetDo<'buf>
pub fn op_pause_get_do(self) -> OpPauseGetDo<'buf>
Get pause params. Request attributes:
Reply attributes:
Sourcepub fn op_pause_set_do(self) -> OpPauseSetDo<'buf>
pub fn op_pause_set_do(self) -> OpPauseSetDo<'buf>
Set pause params. Request attributes:
Sourcepub fn op_eee_get_dump(self) -> OpEeeGetDump<'buf>
pub fn op_eee_get_dump(self) -> OpEeeGetDump<'buf>
Get eee params. Request attributes:
Reply attributes:
Sourcepub fn op_eee_get_do(self) -> OpEeeGetDo<'buf>
pub fn op_eee_get_do(self) -> OpEeeGetDo<'buf>
Get eee params. Request attributes:
Reply attributes:
Sourcepub fn op_eee_set_do(self) -> OpEeeSetDo<'buf>
pub fn op_eee_set_do(self) -> OpEeeSetDo<'buf>
Set eee params. Request attributes:
Sourcepub fn op_tsinfo_get_dump(self) -> OpTsinfoGetDump<'buf>
pub fn op_tsinfo_get_dump(self) -> OpTsinfoGetDump<'buf>
Get tsinfo params. Request attributes:
Reply attributes:
Sourcepub fn op_tsinfo_get_do(self) -> OpTsinfoGetDo<'buf>
pub fn op_tsinfo_get_do(self) -> OpTsinfoGetDo<'buf>
Get tsinfo params. Request attributes:
Reply attributes:
Sourcepub fn op_cable_test_act_do(self) -> OpCableTestActDo<'buf>
pub fn op_cable_test_act_do(self) -> OpCableTestActDo<'buf>
Cable test. Request attributes:
Sourcepub fn op_cable_test_tdr_act_do(self) -> OpCableTestTdrActDo<'buf>
pub fn op_cable_test_tdr_act_do(self) -> OpCableTestTdrActDo<'buf>
Cable test TDR. Request attributes:
Sourcepub fn op_tunnel_info_get_dump(self) -> OpTunnelInfoGetDump<'buf>
pub fn op_tunnel_info_get_dump(self) -> OpTunnelInfoGetDump<'buf>
Get tsinfo params. Request attributes:
Reply attributes:
Sourcepub fn op_tunnel_info_get_do(self) -> OpTunnelInfoGetDo<'buf>
pub fn op_tunnel_info_get_do(self) -> OpTunnelInfoGetDo<'buf>
Get tsinfo params. Request attributes:
Reply attributes:
Sourcepub fn op_fec_get_dump(self) -> OpFecGetDump<'buf>
pub fn op_fec_get_dump(self) -> OpFecGetDump<'buf>
Get FEC params. Request attributes:
Reply attributes:
Sourcepub fn op_fec_get_do(self) -> OpFecGetDo<'buf>
pub fn op_fec_get_do(self) -> OpFecGetDo<'buf>
Get FEC params. Request attributes:
Reply attributes:
Sourcepub fn op_fec_set_do(self) -> OpFecSetDo<'buf>
pub fn op_fec_set_do(self) -> OpFecSetDo<'buf>
Set FEC params. Request attributes:
Sourcepub fn op_module_eeprom_get_dump(self) -> OpModuleEepromGetDump<'buf>
pub fn op_module_eeprom_get_dump(self) -> OpModuleEepromGetDump<'buf>
Get module EEPROM params. Request attributes:
Reply attributes:
Sourcepub fn op_module_eeprom_get_do(self) -> OpModuleEepromGetDo<'buf>
pub fn op_module_eeprom_get_do(self) -> OpModuleEepromGetDo<'buf>
Get module EEPROM params. Request attributes:
Reply attributes:
Sourcepub fn op_stats_get_dump(self) -> OpStatsGetDump<'buf>
pub fn op_stats_get_dump(self) -> OpStatsGetDump<'buf>
Get statistics. Request attributes:
Reply attributes:
Sourcepub fn op_stats_get_do(self) -> OpStatsGetDo<'buf>
pub fn op_stats_get_do(self) -> OpStatsGetDo<'buf>
Get statistics. Request attributes:
Reply attributes:
Sourcepub fn op_phc_vclocks_get_dump(self) -> OpPhcVclocksGetDump<'buf>
pub fn op_phc_vclocks_get_dump(self) -> OpPhcVclocksGetDump<'buf>
Sourcepub fn op_phc_vclocks_get_do(self) -> OpPhcVclocksGetDo<'buf>
pub fn op_phc_vclocks_get_do(self) -> OpPhcVclocksGetDo<'buf>
Sourcepub fn op_module_get_dump(self) -> OpModuleGetDump<'buf>
pub fn op_module_get_dump(self) -> OpModuleGetDump<'buf>
Get module params. Request attributes:
Reply attributes:
Sourcepub fn op_module_get_do(self) -> OpModuleGetDo<'buf>
pub fn op_module_get_do(self) -> OpModuleGetDo<'buf>
Get module params. Request attributes:
Reply attributes:
Sourcepub fn op_module_set_do(self) -> OpModuleSetDo<'buf>
pub fn op_module_set_do(self) -> OpModuleSetDo<'buf>
Set module params. Request attributes:
Sourcepub fn op_pse_get_dump(self) -> OpPseGetDump<'buf>
pub fn op_pse_get_dump(self) -> OpPseGetDump<'buf>
Get Power Sourcing Equipment params. Request attributes:
Reply attributes:
- .get_header()
- .get_podl_pse_admin_state()
- .get_podl_pse_admin_control()
- .get_podl_pse_pw_d_status()
- .get_c33_pse_admin_state()
- .get_c33_pse_admin_control()
- .get_c33_pse_pw_d_status()
- .get_c33_pse_pw_class()
- .get_c33_pse_actual_pw()
- .get_c33_pse_ext_state()
- .get_c33_pse_ext_substate()
- .get_c33_pse_avail_pw_limit()
- .get_c33_pse_pw_limit_ranges()
- .get_pse_pw_d_id()
- .get_pse_prio_max()
- .get_pse_prio()
Sourcepub fn op_pse_get_do(self) -> OpPseGetDo<'buf>
pub fn op_pse_get_do(self) -> OpPseGetDo<'buf>
Get Power Sourcing Equipment params. Request attributes:
Reply attributes:
- .get_header()
- .get_podl_pse_admin_state()
- .get_podl_pse_admin_control()
- .get_podl_pse_pw_d_status()
- .get_c33_pse_admin_state()
- .get_c33_pse_admin_control()
- .get_c33_pse_pw_d_status()
- .get_c33_pse_pw_class()
- .get_c33_pse_actual_pw()
- .get_c33_pse_ext_state()
- .get_c33_pse_ext_substate()
- .get_c33_pse_avail_pw_limit()
- .get_c33_pse_pw_limit_ranges()
- .get_pse_pw_d_id()
- .get_pse_prio_max()
- .get_pse_prio()
Sourcepub fn op_pse_set_do(self) -> OpPseSetDo<'buf>
pub fn op_pse_set_do(self) -> OpPseSetDo<'buf>
Set Power Sourcing Equipment params. Request attributes:
Sourcepub fn op_rss_get_dump(self) -> OpRssGetDump<'buf>
pub fn op_rss_get_dump(self) -> OpRssGetDump<'buf>
Get RSS params. Request attributes:
Reply attributes:
Sourcepub fn op_rss_get_do(self) -> OpRssGetDo<'buf>
pub fn op_rss_get_do(self) -> OpRssGetDo<'buf>
Get RSS params. Request attributes:
Reply attributes:
Sourcepub fn op_plca_get_cfg_dump(self) -> OpPlcaGetCfgDump<'buf>
pub fn op_plca_get_cfg_dump(self) -> OpPlcaGetCfgDump<'buf>
Get PLCA params. Request attributes:
Reply attributes:
Sourcepub fn op_plca_get_cfg_do(self) -> OpPlcaGetCfgDo<'buf>
pub fn op_plca_get_cfg_do(self) -> OpPlcaGetCfgDo<'buf>
Get PLCA params. Request attributes:
Reply attributes:
Sourcepub fn op_plca_set_cfg_do(self) -> OpPlcaSetCfgDo<'buf>
pub fn op_plca_set_cfg_do(self) -> OpPlcaSetCfgDo<'buf>
Set PLCA params. Request attributes:
Sourcepub fn op_plca_get_status_dump(self) -> OpPlcaGetStatusDump<'buf>
pub fn op_plca_get_status_dump(self) -> OpPlcaGetStatusDump<'buf>
Get PLCA status params. Request attributes:
Reply attributes:
Sourcepub fn op_plca_get_status_do(self) -> OpPlcaGetStatusDo<'buf>
pub fn op_plca_get_status_do(self) -> OpPlcaGetStatusDo<'buf>
Get PLCA status params. Request attributes:
Reply attributes:
Sourcepub fn op_mm_get_dump(self) -> OpMmGetDump<'buf>
pub fn op_mm_get_dump(self) -> OpMmGetDump<'buf>
Get MAC Merge configuration and state Request attributes:
Reply attributes:
Sourcepub fn op_mm_get_do(self) -> OpMmGetDo<'buf>
pub fn op_mm_get_do(self) -> OpMmGetDo<'buf>
Get MAC Merge configuration and state Request attributes:
Reply attributes:
Sourcepub fn op_mm_set_do(self) -> OpMmSetDo<'buf>
pub fn op_mm_set_do(self) -> OpMmSetDo<'buf>
Set MAC Merge configuration Request attributes:
Sourcepub fn op_module_fw_flash_act_do(self) -> OpModuleFwFlashActDo<'buf>
pub fn op_module_fw_flash_act_do(self) -> OpModuleFwFlashActDo<'buf>
Flash transceiver module firmware. Request attributes:
Sourcepub fn op_phy_get_dump(self) -> OpPhyGetDump<'buf>
pub fn op_phy_get_dump(self) -> OpPhyGetDump<'buf>
Get PHY devices attached to an interface Request attributes:
Reply attributes:
Sourcepub fn op_phy_get_do(self) -> OpPhyGetDo<'buf>
pub fn op_phy_get_do(self) -> OpPhyGetDo<'buf>
Get PHY devices attached to an interface Request attributes:
Reply attributes:
Sourcepub fn op_tsconfig_get_dump(self) -> OpTsconfigGetDump<'buf>
pub fn op_tsconfig_get_dump(self) -> OpTsconfigGetDump<'buf>
Get hwtstamp config. Request attributes:
Reply attributes:
Sourcepub fn op_tsconfig_get_do(self) -> OpTsconfigGetDo<'buf>
pub fn op_tsconfig_get_do(self) -> OpTsconfigGetDo<'buf>
Get hwtstamp config. Request attributes:
Reply attributes:
Sourcepub fn op_tsconfig_set_do(self) -> OpTsconfigSetDo<'buf>
pub fn op_tsconfig_set_do(self) -> OpTsconfigSetDo<'buf>
Set hwtstamp config. Request attributes:
- .nested_header()
- .nested_hwtstamp_provider()
- .nested_tx_types()
- .nested_rx_filters()
- .nested_hwtstamp_flags()
Reply attributes:
Sourcepub fn op_rss_set_do(self) -> OpRssSetDo<'buf>
pub fn op_rss_set_do(self) -> OpRssSetDo<'buf>
Set RSS params. Request attributes:
Sourcepub fn op_rss_create_act_do(self) -> OpRssCreateActDo<'buf>
pub fn op_rss_create_act_do(self) -> OpRssCreateActDo<'buf>
Create an RSS context. Request attributes:
Reply attributes:
Sourcepub fn op_rss_delete_act_do(self) -> OpRssDeleteActDo<'buf>
pub fn op_rss_delete_act_do(self) -> OpRssDeleteActDo<'buf>
Delete an RSS context. Request attributes:
Sourcepub fn op_mse_get_dump(self) -> OpMseGetDump<'buf>
pub fn op_mse_get_dump(self) -> OpMseGetDump<'buf>
Get PHY MSE measurement data and capabilities. Request attributes:
Reply attributes:
Sourcepub fn op_mse_get_do(self) -> OpMseGetDo<'buf>
pub fn op_mse_get_do(self) -> OpMseGetDo<'buf>
Get PHY MSE measurement data and capabilities. Request attributes:
Reply attributes: