прочитать последовательность значений из сообщения (Read a sequence of values from a message)
Возвращаемое значение (Return value)
On success, these functions return a non-negative integer. On
failure, they return a negative errno-style error code.
Errors
Returned errors may indicate the following problems:
-EINVAL
Specified type string is invalid or the message parameter is
NULL
.
-ENXIO
The message does not contain the specified type at current
position.
-EBADMSG
The message cannot be parsed.