Problems With Multiple Ethernet Clients

Paul-

Thanks for the reply. No, it doesn't look like a struct. It is a defined type that goes into a struct, and my comment got separated by the LED's. This should be more readable:

//Struct for holding different command types
typedef void(*functionType)(String);
struct CommandFunction
{
  String CommandString;
  functionType Function;
};

Also, the oversized Commans struct does compile actually, I'm pretty surprised. The test command was used for a test, I don't use it anymore and should remove.