C# Class Plugin.BLE.Tests.Mocks.CharacteristicMock

Inheritance: Plugin.BLE.Abstractions.CharacteristicBase
Afficher le fichier Open project: xabre/xamarin-bluetooth-le Class Usage Examples

Méthodes protégées

Méthode Description
GetDescriptorsNativeAsync ( ) : Task>
ReadNativeAsync ( ) : Task
StartUpdatesNativeAsync ( ) : System.Threading.Tasks.Task
StopUpdatesNativeAsync ( ) : System.Threading.Tasks.Task
WriteNativeAsync ( byte data, CharacteristicWriteType writeType ) : Task

Method Details

GetDescriptorsNativeAsync() protected méthode

protected GetDescriptorsNativeAsync ( ) : Task>
Résultat Task>

ReadNativeAsync() protected méthode

protected ReadNativeAsync ( ) : Task
Résultat Task

StartUpdatesNativeAsync() protected méthode

protected StartUpdatesNativeAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

StopUpdatesNativeAsync() protected méthode

protected StopUpdatesNativeAsync ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task

WriteNativeAsync() protected méthode

protected WriteNativeAsync ( byte data, CharacteristicWriteType writeType ) : Task
data byte
writeType CharacteristicWriteType
Résultat Task