C# Class Mosa.HardwareSystem.DeviceManager

Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode 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 méthode

public Add ( IDevice device ) : void
device IDevice
Résultat void

DeviceManager() public méthode

public DeviceManager ( ) : System.Collections.Generic
Résultat System.Collections.Generic

GetAllDevices() public méthode

Gets all devices.
public GetAllDevices ( ) : LinkedList
Résultat LinkedList

GetChildrenOf() public méthode

Gets the children of.
public GetChildrenOf ( IDevice parent ) : LinkedList
parent IDevice The parent.
Résultat LinkedList

GetDevices() public méthode

Gets the devices.
public GetDevices ( IFindDevice match ) : LinkedList
match IFindDevice The match.
Résultat LinkedList

GetDevices() public méthode

Gets the devices.
public GetDevices ( IFindDevice match1, IFindDevice match2 ) : LinkedList
match1 IFindDevice The match1.
match2 IFindDevice The match2.
Résultat LinkedList

GetDevices() public méthode

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