Plugin.BLE.BleImplementation.GetState C# (CSharp) Méthode

GetState() private méthode

private GetState ( ) : BluetoothState
Résultat BluetoothState
        private BluetoothState GetState()
        {
            return _centralManager.State.ToBluetoothState();
        }
    }