C# Class BLE.Client.ViewModels.BaseViewModel

Inheritance: MvvmCross.Core.ViewModels.MvxViewModel
Afficher le fichier Open project: xabre/xamarin-bluetooth-le

Protected Properties

Свойство Type Description
Adapter IAdapter

Méthodes publiques

Méthode Description
BaseViewModel ( IAdapter adapter ) : System
Resume ( ) : void
Suspend ( ) : void

Méthodes protégées

Méthode Description
GetCharacteristicFromBundleAsync ( IMvxBundle parameters ) : Task
GetDescriptorFromBundleAsync ( IMvxBundle parameters ) : Task
GetDeviceFromBundle ( IMvxBundle parameters ) : IDevice
GetServiceFromBundleAsync ( IMvxBundle parameters ) : Task
InitFromBundle ( IMvxBundle parameters ) : void

Method Details

BaseViewModel() public méthode

public BaseViewModel ( IAdapter adapter ) : System
adapter IAdapter
Résultat System

GetCharacteristicFromBundleAsync() protected méthode

protected GetCharacteristicFromBundleAsync ( IMvxBundle parameters ) : Task
parameters IMvxBundle
Résultat Task

GetDescriptorFromBundleAsync() protected méthode

protected GetDescriptorFromBundleAsync ( IMvxBundle parameters ) : Task
parameters IMvxBundle
Résultat Task

GetDeviceFromBundle() protected méthode

protected GetDeviceFromBundle ( IMvxBundle parameters ) : IDevice
parameters IMvxBundle
Résultat IDevice

GetServiceFromBundleAsync() protected méthode

protected GetServiceFromBundleAsync ( IMvxBundle parameters ) : Task
parameters IMvxBundle
Résultat Task

InitFromBundle() protected méthode

protected InitFromBundle ( IMvxBundle parameters ) : void
parameters IMvxBundle
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

Suspend() public méthode

public Suspend ( ) : void
Résultat void

Property Details

Adapter protected_oe property

protected IAdapter Adapter
Résultat IAdapter