Array.<ModuleData>
Boolean
Array.<ModuleData>
OnRCStatus
OnRCStatus
OnRCStatus
Array.<ModuleData>
Get the AllocatedModules
Kind: Instance method of OnRCStatus
Returns: Array.<ModuleData>
- the KEY_ALLOCATED_MODULES value
Boolean
Get the Allowed
Kind: Instance method of OnRCStatus
Returns: Boolean
- the KEY_ALLOWED value
Array.<ModuleData>
Get the FreeModules
Kind: Instance method of OnRCStatus
Returns: Array.<ModuleData>
- the KEY_FREE_MODULES value
OnRCStatus
Set the AllocatedModules
Kind: Instance method of OnRCStatus
Returns: OnRCStatus
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
modules | Array.<ModuleData> |
Contains a list (zero or more) of module types that are allocated to the application. - The desired AllocatedModules. {'array_min_size': 0, 'array_max_size': 100} |
OnRCStatus
Set the Allowed
Kind: Instance method of OnRCStatus
Returns: OnRCStatus
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
allowed | Boolean |
If "true" - RC is allowed; if "false" - RC is disallowed. - The desired Allowed. |
OnRCStatus
Set the FreeModules
Kind: Instance method of OnRCStatus
Returns: OnRCStatus
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
modules | Array.<ModuleData> |
Contains a list (zero or more) of module types that are free to access for the application. - The desired FreeModules. {'array_min_size': 0, 'array_max_size': 100} |