[][src]Trait bluez_generated::gattservice1::OrgBluezGattService1

pub trait OrgBluezGattService1 {
    fn uuid(&self) -> MethodReply<String>;
fn device(&self) -> MethodReply<Path<'static>>;
fn primary(&self) -> MethodReply<bool>;
fn includes(&self) -> MethodReply<Vec<Path<'static>>>; }

Required methods

fn uuid(&self) -> MethodReply<String>

fn device(&self) -> MethodReply<Path<'static>>

fn primary(&self) -> MethodReply<bool>

fn includes(&self) -> MethodReply<Vec<Path<'static>>>

Loading content...

Implementations on Foreign Types

impl<'a, T: NonblockReply, C: Deref<Target = T>> OrgBluezGattService1 for Proxy<'a, C>[src]

Loading content...

Implementors

Loading content...