Module nannou_osc::recv

source ·
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.