nRF Connect SDK API 2.8.99
|
int util_string_to_float_get | ( | struct at_parser * | parser, |
size_t | index, | ||
float * | value ) |
Get float value from string value input in AT command.
[in] | parser | AT parser. |
[in] | index | Parameter index in the AT parser. |
[out] | value | Pointer to the float where to store the value. |
0 | If the operation was successful. Otherwise, a (negative) error code is returned. |