IHardwareItemManagerTHardwareItem Interface |
Namespace: LynceeTec.API.Hardware
public interface IHardwareItemManager<THardwareItem> : IReadOnlyDictionary<string, THardwareItem>, IReadOnlyCollection<KeyValuePair<string, THardwareItem>>, IEnumerable<KeyValuePair<string, THardwareItem>>, IEnumerable where THardwareItem : IHardwareItem
The IHardwareItemManagerTHardwareItem type exposes the following members.
| Name | Description | |
|---|---|---|
| AreAllSubItemsAvailable |
Gets a value indicating if all sub-items are available.
| |
| Status |
Get the status of the manager and all its sub-items
|
| Name | Description | |
|---|---|---|
| GetDescription |
Gets the description of the hardware item manager
| |
| GetHardwareSubItemStatus |
Gets the status of a specific sub-item, identified by its uniqueId |
| Name | Description | |
|---|---|---|
| AreAllSubItemsAvailableChanged |
Occurs when the availability based on all sub-items changes
|