Skip to main content

BluetoothRemoteGATTDescriptorMethods

pub trait BluetoothRemoteGATTDescriptorMethods<D>
where D: DomTypes,
{ // Required methods fn Characteristic( &self, ) -> Root<Dom<<D as DomTypes>::BluetoothRemoteGATTCharacteristic>>; fn Uuid(&self) -> DOMString; fn GetValue(&self) -> Option<ByteString>; fn ReadValue( &self, realm: &mut CurrentRealm<'_>, ) -> <<D as DomTypes>::Promise as PromiseHelpers<D>>::StackRoot; fn WriteValue( &self, realm: &mut CurrentRealm<'_>, value: ArrayBufferViewOrArrayBuffer, ) -> <<D as DomTypes>::Promise as PromiseHelpers<D>>::StackRoot; }

Required Methods§

Implementors§