Mosa.HardwareSystem.HardwareDevice.PreSetup C# (CSharp) Méthode

PreSetup() public méthode

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