C# Класс Mosa.HardwareSystem.DeviceManager

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Add() публичный Метод

public Add ( IDevice device ) : void
device IDevice
Результат void

DeviceManager() публичный Метод

public DeviceManager ( ) : System.Collections.Generic
Результат System.Collections.Generic

GetAllDevices() публичный Метод

Gets all devices.
public GetAllDevices ( ) : LinkedList
Результат LinkedList

GetChildrenOf() публичный Метод

Gets the children of.
public GetChildrenOf ( IDevice parent ) : LinkedList
parent IDevice The parent.
Результат LinkedList

GetDevices() публичный Метод

Gets the devices.
public GetDevices ( IFindDevice match ) : LinkedList
match IFindDevice The match.
Результат LinkedList

GetDevices() публичный Метод

Gets the devices.
public GetDevices ( IFindDevice match1, IFindDevice match2 ) : LinkedList
match1 IFindDevice The match1.
match2 IFindDevice The match2.
Результат LinkedList

GetDevices() публичный Метод

Gets the devices.
public GetDevices ( IFindDevice match1, IFindDevice match2, IFindDevice match3 ) : LinkedList
match1 IFindDevice The match1.
match2 IFindDevice The match2.
match3 IFindDevice The match3.
Результат LinkedList