pub struct GattDeviceService(/* private fields */);
Implementations§
§impl GattDeviceService
impl GattDeviceService
pub fn Close(&self) -> Result<()>
pub fn GetCharacteristics( &self, characteristicuuid: GUID, ) -> Result<IVectorView<GattCharacteristic>>
pub fn GetIncludedServices( &self, serviceuuid: GUID, ) -> Result<IVectorView<GattDeviceService>>
pub fn DeviceId(&self) -> Result<HSTRING>
pub fn Uuid(&self) -> Result<GUID>
pub fn AttributeHandle(&self) -> Result<u16>
pub fn Device(&self) -> Result<BluetoothLEDevice>
pub fn ParentServices(&self) -> Result<IVectorView<GattDeviceService>>
pub fn GetAllCharacteristics(&self) -> Result<IVectorView<GattCharacteristic>>
pub fn GetAllIncludedServices(&self) -> Result<IVectorView<GattDeviceService>>
pub fn DeviceAccessInformation(&self) -> Result<DeviceAccessInformation>
pub fn Session(&self) -> Result<GattSession>
pub fn SharingMode(&self) -> Result<GattSharingMode>
pub fn RequestAccessAsync(&self) -> Result<IAsyncOperation<DeviceAccessStatus>>
pub fn OpenAsync( &self, sharingmode: GattSharingMode, ) -> Result<IAsyncOperation<GattOpenStatus>>
pub fn GetCharacteristicsAsync( &self, ) -> Result<IAsyncOperation<GattCharacteristicsResult>>
pub fn GetCharacteristicsWithCacheModeAsync( &self, cachemode: BluetoothCacheMode, ) -> Result<IAsyncOperation<GattCharacteristicsResult>>
pub fn GetCharacteristicsForUuidAsync( &self, characteristicuuid: GUID, ) -> Result<IAsyncOperation<GattCharacteristicsResult>>
pub fn GetCharacteristicsForUuidWithCacheModeAsync( &self, characteristicuuid: GUID, cachemode: BluetoothCacheMode, ) -> Result<IAsyncOperation<GattCharacteristicsResult>>
pub fn GetIncludedServicesAsync( &self, ) -> Result<IAsyncOperation<GattDeviceServicesResult>>
pub fn GetIncludedServicesWithCacheModeAsync( &self, cachemode: BluetoothCacheMode, ) -> Result<IAsyncOperation<GattDeviceServicesResult>>
pub fn GetIncludedServicesForUuidAsync( &self, serviceuuid: GUID, ) -> Result<IAsyncOperation<GattDeviceServicesResult>>
pub fn GetIncludedServicesForUuidWithCacheModeAsync( &self, serviceuuid: GUID, cachemode: BluetoothCacheMode, ) -> Result<IAsyncOperation<GattDeviceServicesResult>>
pub fn FromIdAsync( deviceid: &HSTRING, ) -> Result<IAsyncOperation<GattDeviceService>>
pub fn GetDeviceSelectorFromUuid(serviceuuid: GUID) -> Result<HSTRING>
pub fn GetDeviceSelectorFromShortId(serviceshortid: u16) -> Result<HSTRING>
pub fn ConvertShortIdToUuid(shortid: u16) -> Result<GUID>
pub fn FromIdWithSharingModeAsync( deviceid: &HSTRING, sharingmode: GattSharingMode, ) -> Result<IAsyncOperation<GattDeviceService>>
pub fn GetDeviceSelectorForBluetoothDeviceId<P0>(
bluetoothdeviceid: P0,
) -> Result<HSTRING>where
P0: Param<BluetoothDeviceId>,
pub fn GetDeviceSelectorForBluetoothDeviceIdWithCacheMode<P0>(
bluetoothdeviceid: P0,
cachemode: BluetoothCacheMode,
) -> Result<HSTRING>where
P0: Param<BluetoothDeviceId>,
pub fn GetDeviceSelectorForBluetoothDeviceIdAndUuid<P0>(
bluetoothdeviceid: P0,
serviceuuid: GUID,
) -> Result<HSTRING>where
P0: Param<BluetoothDeviceId>,
pub fn GetDeviceSelectorForBluetoothDeviceIdAndUuidWithCacheMode<P0>(
bluetoothdeviceid: P0,
serviceuuid: GUID,
cachemode: BluetoothCacheMode,
) -> Result<HSTRING>where
P0: Param<BluetoothDeviceId>,
Trait Implementations§
§impl CanInto<IInspectable> for GattDeviceService
impl CanInto<IInspectable> for GattDeviceService
§impl CanInto<IUnknown> for GattDeviceService
impl CanInto<IUnknown> for GattDeviceService
§impl Clone for GattDeviceService
impl Clone for GattDeviceService
§fn clone(&self) -> GattDeviceService
fn clone(&self) -> GattDeviceService
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for GattDeviceService
impl Debug for GattDeviceService
§impl From<&GattDeviceService> for &IInspectable
impl From<&GattDeviceService> for &IInspectable
§fn from(value: &GattDeviceService) -> Self
fn from(value: &GattDeviceService) -> Self
Converts to this type from the input type.
§impl From<&GattDeviceService> for &IUnknown
impl From<&GattDeviceService> for &IUnknown
§fn from(value: &GattDeviceService) -> Self
fn from(value: &GattDeviceService) -> Self
Converts to this type from the input type.
§impl From<GattDeviceService> for IInspectable
impl From<GattDeviceService> for IInspectable
§fn from(value: GattDeviceService) -> Self
fn from(value: GattDeviceService) -> Self
Converts to this type from the input type.
§impl From<GattDeviceService> for IUnknown
impl From<GattDeviceService> for IUnknown
§fn from(value: GattDeviceService) -> Self
fn from(value: GattDeviceService) -> Self
Converts to this type from the input type.
§impl Interface for GattDeviceService
impl Interface for GattDeviceService
§const IID: GUID = <IGattDeviceService as windows_core::Interface>::IID
const IID: GUID = <IGattDeviceService as windows_core::Interface>::IID
The
GUID
associated with the interface.§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.
§fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
fn cast<T>(&self) -> Result<T, Error>where
T: Interface,
Attempts to cast the current interface to another interface using
QueryInterface
. Read more§fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_to_any<T>(&self) -> Result<&(dyn Any + 'static), Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. Read more§fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn is_object<T>(&self) -> boolwhere
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
§fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object_ref<T>(&self) -> Result<&<T as ComObjectInner>::Outer, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. &MyApp_Impl
, not the inner &MyApp
object. Read more§fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
fn cast_object<T>(&self) -> Result<ComObject<T>, Error>where
T: ComObjectInner,
<T as ComObjectInner>::Outer: Any + 'static + IUnknownImpl<Impl = T>,
This casts the given COM interface to [
&dyn Any
]. It returns a reference to the “outer”
object, e.g. MyApp_Impl
, not the inner MyApp
object. Read more§fn downgrade(&self) -> Result<Weak<Self>, Error>
fn downgrade(&self) -> Result<Weak<Self>, Error>
Attempts to create a [
Weak
] reference to this object.§impl PartialEq for GattDeviceService
impl PartialEq for GattDeviceService
§fn eq(&self, other: &GattDeviceService) -> bool
fn eq(&self, other: &GattDeviceService) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for GattDeviceService
impl Send for GattDeviceService
impl StructuralPartialEq for GattDeviceService
impl Sync for GattDeviceService
Auto Trait Implementations§
impl Freeze for GattDeviceService
impl RefUnwindSafe for GattDeviceService
impl Unpin for GattDeviceService
impl UnwindSafe for GattDeviceService
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)