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

EnableDevice() public method

Enables the device.
public EnableDevice ( ) : void
return void
        public void EnableDevice()
        {
            CommandRegister = (ushort)(CommandRegister | PCICommand.IOSpaceEnable | PCICommand.BusMasterFunctionEnable | PCICommand.MemorySpaceEnable);
        }