Update comments about non-null terminated strings
Update documentation of functions SCPI_ParamString and SCPI_ParamText. They return pointer to NON-NULL terminated string.
| | |
| | | /** |
| | | * Parse string parameter |
| | | * @param context |
| | | * @param value |
| | | * @param len |
| | | * @param value Pointer to string buffer where pointer to non-null terminated string will be returned |
| | | * @param len Length of returned non-null terminated string |
| | | * @param mandatory |
| | | * @return |
| | | */ |
| | |
| | | /** |
| | | * Parse text parameter (can be inside "") |
| | | * @param context |
| | | * @param value |
| | | * @param len |
| | | * @param value Pointer to string buffer where pointer to non-null terminated string will be returned |
| | | * @param len Length of returned non-null terminated string |
| | | * @param mandatory |
| | | * @return |
| | | */ |