C# Класс Plugin.BLE.Abstractions.EventArgs.BluetoothStateChangedArgs

Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BluetoothStateChangedArgs ( BluetoothState oldState, BluetoothState newState ) : Plugin.BLE.Abstractions.Contracts

Описание методов

BluetoothStateChangedArgs() публичный Метод

public BluetoothStateChangedArgs ( BluetoothState oldState, BluetoothState newState ) : Plugin.BLE.Abstractions.Contracts
oldState BluetoothState
newState BluetoothState
Результат Plugin.BLE.Abstractions.Contracts