Mosa.HardwareSystem.HardwareDevice.Stop C# (CSharp) Method

Stop() public method

Stops this hardware device.
public Stop ( ) : bool
return bool
        public bool Stop()
        {
            return false;
        }