dbus-byte-array-to-string

dbus-byte-array-to-string is a compiled Lisp function in `dbus.el'.

(dbus-byte-array-to-string BYTE-ARRAY &optional MULTIBYTE)

Transforms BYTE-ARRAY into UTF8 coded string.
BYTE-ARRAY must be a list of structure (c1 c2 ...), or a byte
array as produced by `dbus-string-to-byte-array'. The resulting
string is unibyte encoded, unless MULTIBYTE is non-nil.