Plugin.BLE.BleImplementation.GetState C# (CSharp) 메소드

GetState() 개인적인 메소드

private GetState ( ) : BluetoothState
리턴 BluetoothState
        private BluetoothState GetState()
        {
            return _centralManager.State.ToBluetoothState();
        }
    }