Set an array element in manner similar to drms_array_set and drms_array_setext, except do not perform a type conversion; the array data type arr->type must match the type of value.
- Parameters:
-
| arr | The DRMS array struct whose array element is set. |
| index | The index of the array element whose value is set. |
| value | The to value which the designed array element is set. |
- Returns:
- DRMS status (see drms_statuscodes.h). 0 if successful, non-0 otherwise.
Definition at line 262 of file drms_array.h.