Array.<HMILevel>
Array.<HMILevel>
HMIPermissions
HMIPermissions
Array.<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
HMIPermissions
Set 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} |
HMIPermissions
Set 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} |