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

PreSetup() public method

Pres the setup.
public PreSetup ( IPCIDeviceResource pciDeviceResource ) : bool
pciDeviceResource IPCIDeviceResource The pci device resource.
return bool
        public virtual bool PreSetup(IPCIDeviceResource pciDeviceResource)
        {
            return true;
        }