[][src]Trait bluez_generated::gattdescriptor1::OrgBluezGattDescriptor1

pub trait OrgBluezGattDescriptor1 {
    fn read_value(
        &self,
        options: HashMap<&str, Variant<Box<dyn RefArg>>>
    ) -> MethodReply<Vec<u8>>;
fn write_value(
        &self,
        value: Vec<u8>,
        options: HashMap<&str, Variant<Box<dyn RefArg>>>
    ) -> MethodReply<()>;
fn uuid(&self) -> MethodReply<String>;
fn characteristic(&self) -> MethodReply<Path<'static>>;
fn value(&self) -> MethodReply<Vec<u8>>; }

Required methods

fn read_value(
    &self,
    options: HashMap<&str, Variant<Box<dyn RefArg>>>
) -> MethodReply<Vec<u8>>

fn write_value(
    &self,
    value: Vec<u8>,
    options: HashMap<&str, Variant<Box<dyn RefArg>>>
) -> MethodReply<()>

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

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

fn value(&self) -> MethodReply<Vec<u8>>

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...