Trait script::dom::bindings::codegen::Bindings::BluetoothUUIDBinding::BluetoothUUID_Binding::BluetoothUUIDMethods
source · pub trait BluetoothUUIDMethods<D: DomTypes> {
// Required methods
fn GetService(
global: &Window,
name: StringOrUnsignedLong,
) -> Result<DOMString, Error>;
fn GetCharacteristic(
global: &Window,
name: StringOrUnsignedLong,
) -> Result<DOMString, Error>;
fn GetDescriptor(
global: &Window,
name: StringOrUnsignedLong,
) -> Result<DOMString, Error>;
fn CanonicalUUID(global: &Window, alias: u32) -> DOMString;
}
Required Methods§
fn GetService( global: &Window, name: StringOrUnsignedLong, ) -> Result<DOMString, Error>
fn GetCharacteristic( global: &Window, name: StringOrUnsignedLong, ) -> Result<DOMString, Error>
fn GetDescriptor( global: &Window, name: StringOrUnsignedLong, ) -> Result<DOMString, Error>
fn CanonicalUUID(global: &Window, alias: u32) -> DOMString
Object Safety§
This trait is not object safe.