C# Class Mosa.HardwareSystem.DeviceManager

显示文件 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
Add ( IDevice device ) : void

DeviceManager ( ) : System.Collections.Generic

GetAllDevices ( ) : LinkedList

Gets all devices.

GetChildrenOf ( IDevice parent ) : LinkedList

Gets the children of.

GetDevices ( IFindDevice match ) : LinkedList

Gets the devices.

GetDevices ( IFindDevice match1, IFindDevice match2 ) : LinkedList

Gets the devices.

GetDevices ( IFindDevice match1, IFindDevice match2, IFindDevice match3 ) : LinkedList

Gets the devices.

Method Details

Add() public method

public Add ( IDevice device ) : void
device IDevice
return void

DeviceManager() public method

public DeviceManager ( ) : System.Collections.Generic
return System.Collections.Generic

GetAllDevices() public method

Gets all devices.
public GetAllDevices ( ) : LinkedList
return LinkedList

GetChildrenOf() public method

Gets the children of.
public GetChildrenOf ( IDevice parent ) : LinkedList
parent IDevice The parent.
return LinkedList

GetDevices() public method

Gets the devices.
public GetDevices ( IFindDevice match ) : LinkedList
match IFindDevice The match.
return LinkedList

GetDevices() public method

Gets the devices.
public GetDevices ( IFindDevice match1, IFindDevice match2 ) : LinkedList
match1 IFindDevice The match1.
match2 IFindDevice The match2.
return LinkedList

GetDevices() public method

Gets the devices.
public GetDevices ( IFindDevice match1, IFindDevice match2, IFindDevice match3 ) : LinkedList
match1 IFindDevice The match1.
match2 IFindDevice The match2.
match3 IFindDevice The match3.
return LinkedList