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

Setup() public abstract method

Setups this hardware device driver
public abstract Setup ( HardwareResources hardwareResources ) : bool
hardwareResources HardwareResources
return bool
        public abstract bool Setup(HardwareResources hardwareResources);