Array.<HMILevel>Array.<HMILevel>HMIPermissionsHMIPermissionsArray.<HMILevel>Get the Allowed
Kind: Instance method of HMIPermissions
Returns: Array.<HMILevel> - the KEY_ALLOWED value
Array.<HMILevel>Get the UserDisallowed
Kind: Instance method of HMIPermissions
Returns: Array.<HMILevel> - the KEY_USER_DISALLOWED value
HMIPermissionsSet the Allowed
Kind: Instance method of HMIPermissions
Returns: HMIPermissions - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| allowed | Array.<HMILevel> |
A set of all HMI levels that are permitted for this given RPC. - The desired Allowed. {'array_min_size': 0, 'array_max_size': 100} |
HMIPermissionsSet the UserDisallowed
Kind: Instance method of HMIPermissions
Returns: HMIPermissions - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| disallowed | Array.<HMILevel> |
A set of all HMI levels that are prohibited for this given RPC. - The desired UserDisallowed. {'array_min_size': 0, 'array_max_size': 100} |