OrgBluezGattService1

Trait OrgBluezGattService1 

Source
pub trait OrgBluezGattService1 {
    // 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>>>;
}

Required Methods§

Source

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

Source

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

Source

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

Source

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

Implementations on Foreign Types§

Source§

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

Source§

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

Source§

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

Source§

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

Source§

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

Implementors§