Artemis.DeviceProviders.KeyboardProvider.TryEnable C# (CSharp) Method

TryEnable() public method

public TryEnable ( ) : bool
return bool
        public override bool TryEnable()
        {
            throw new NotImplementedException(
                "KeyboardProvider doesn't implement TryEnable, use CanEnableAsync instead.");
        }