Mosa.HardwareSystem.PCI.PCIDevice.DisableDevice C# (CSharp) Method

DisableDevice() public method

Disables the device.
public DisableDevice ( ) : void
return void
        public void DisableDevice()
        {
            CommandRegister = (ushort)(CommandRegister & (~PCICommand.IOSpaceEnable & ~PCICommand.BusMasterFunctionEnable & PCICommand.MemorySpaceEnable));
        }