[][src]Trait bluenrg::LocalVersionInfoExt

pub trait LocalVersionInfoExt {
    fn bluenrg_version(&self) -> Version;
}

Extension trait to convert hci::event::command::LocalVersionInfo into the BlueNRG-specific Version struct.

Required methods

fn bluenrg_version(&self) -> Version

Converts LocalVersionInfo as returned by the controller into a BlueNRG-specific Version struct.

Loading content...

Implementations on Foreign Types

impl<VS> LocalVersionInfoExt for LocalVersionInfo<VS>[src]

Loading content...

Implementors

Loading content...