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.
|
public DeviceManager ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public GetChildrenOf ( IDevice parent ) : LinkedList |
||
parent | IDevice | The parent. |
return | LinkedList |
public GetDevices ( IFindDevice match ) : LinkedList |
||
match | IFindDevice | The match. |
return | LinkedList |
public GetDevices ( IFindDevice match1, IFindDevice match2 ) : LinkedList |
||
match1 | IFindDevice | The match1. |
match2 | IFindDevice | The match2. |
return | LinkedList |
public GetDevices ( IFindDevice match1, IFindDevice match2, IFindDevice match3 ) : LinkedList |
||
match1 | IFindDevice | The match1. |
match2 | IFindDevice | The match2. |
match3 | IFindDevice | The match3. |
return | LinkedList |