pub trait MultiRadioLink {
// Required method
fn multi_radio_get_neighbor_info(
&self,
ext_addr: &ExtAddress,
) -> Result<MultiRadioNeighborInfo>;
}Expand description
Methods from the “Multi Radio Link “ group [1]
[1] https://openthread.io/reference/group/api-multi-radio
Required Methods§
Sourcefn multi_radio_get_neighbor_info(
&self,
ext_addr: &ExtAddress,
) -> Result<MultiRadioNeighborInfo>
fn multi_radio_get_neighbor_info( &self, ext_addr: &ExtAddress, ) -> Result<MultiRadioNeighborInfo>
Gets the multi radio link information associated with a neighbor with a given Extended Address.