nn::boss::TaskOption::SetProperty Member Functionnn::Result SetProperty( PropertyType type, void * pValue, size_t size );
| Name | Description | |
|---|---|---|
| in | type | Specifies the property identifier. |
| in | pValue | Specifies the value. |
| in | size | Specifies the value size. |
Result values listed below. | Value | Description |
|---|---|
ResultSuccess |
Set successfully. |
ResultInvalidPropertyValue |
The property value pointer is NULL. |
ResultInvalidPropertyType |
The property type is not supported. |
| A value other than the above. | Unexpected error (see boss_Result.h for details). |
Sets a property value in the class. Call this function after allocating memory for the description's data type. It can be used for the following properties.
Identifier: DescriptionTASK_STEP: Task step ID number. Data type is u8.
CONFIDENTIAL