import "ToiResourceService.idl";
Public Member Functions | |
| TToiResourceInfoSequence | getResources () |
Public Attributes | |
Events | |
| const long | ON_FREE_RESOURCES_CHANGED = 1500 |
TToiResource | |
| const TToiResource | RESOURCE_TUNER = 0 |
| const TToiResource | RESOURCE_NETWORK_INPUT = 1 |
TToiAvailability | |
| const TToiAvailability | AVAILABILITY_ALLOCATED = 0 |
| const TToiAvailability | AVAILABILITY_FREE = 1 |
Public Types | |
| typedef long | TToiResource |
| typedef long | TToiAvailability |
| typedef sequence < ToiResourceServiceResourceInfo > | TToiResourceInfoSequence |
| typedef long ToiResourceService::TToiAvailability |
Indicates the availability/Status of a resource.
| typedef long ToiResourceService::TToiResource |
Different kind of system resources.
| typedef sequence< ToiResourceServiceResourceInfo > ToiResourceService::TToiResourceInfoSequence |
Sequence of resources.
| TToiResourceInfoSequence ToiResourceService::getResources | ( | ) |
Get the information of all the system resources.
| resources | All available and allocated resources. |
This constant can also be accessed from toi.consts.ToiResourceService.AVAILABILITY_ALLOCATED.
This constant can also be accessed from toi.consts.ToiResourceService.AVAILABILITY_FREE.
| const long ToiResourceService::ON_FREE_RESOURCES_CHANGED = 1500 |
This is an Event identifier for ToiResourceFreeResourcesChangedEvent.
This constant can also be accessed from toi.consts.ToiResourceService.ON_FREE_RESOURCES_CHANGED.
Network input resource.
This constant can also be accessed from toi.consts.ToiResourceService.RESOURCE_NETWORK_INPUT.
This constant can also be accessed from toi.consts.ToiResourceService.RESOURCE_TUNER.