Trait bluenrg::LocalVersionInfoExt[][src]

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

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

Required Methods

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

Implementations on Foreign Types

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

Implementors