Message.read

Reads the first argument of the message. Note that this creates a new iterator every time so calling it multiple times will always read the first argument. This is suitable for single item returns. To read multiple arguments use readTuple.

struct Message
T
read
(
T
)
(
)
if (
canDBus!T
)

Meta