Module nannou_osc::recv[][src]

Expand description

Items related to the osc::Receiver implementation.

Structs

An iterator that calls recv on the inner Receiver and yields the results.

A type used for receiving OSC packets.

An iterator that calls try_recv on the inner Receiver and yields the results.

Constants

The default “maximum transmission unit” size as a number of bytes.

By default UDP sockets are blocking so this is the mode in which the receiver is initialised.