arduino-midi
All Classes Functions Pages
Public Member Functions | Protected Attributes | List of all members
midi::MidiUdp Class Reference

Simple UDP wrapper class which sends all packages to the same destination. More...

#include <MidiUdp.h>

Inheritance diagram for midi::MidiUdp:

Public Member Functions

 MidiUdp (char *targetUdpAddressStr, int targetPort)
 
 MidiUdp (IPAddress targetUdpAddress, int targetPort)
 
bool isValidHost ()
 
void setTargetPort (int port)
 
size_t write (const uint8_t *buffer, size_t size)
 

Protected Attributes

bool isValidHostFlag
 
int targetPort
 
IPAddress targetUdpAddress
 

Detailed Description

Simple UDP wrapper class which sends all packages to the same destination.

This is useful when the API asks for a stream as parameter to output data.

by Phil Schatzmann


The documentation for this class was generated from the following files: