Added function to return network interface.

Dependencies:   MQTTPacket FP

Dependents:   IBMIoTF-2

Revision:
63:90c73a6bfa42
Parent:
60:fccb353e53aa
Child:
65:ff8eaf67f510
--- a/MQTTClient.h	Sun Dec 01 20:35:06 2019 -0400
+++ b/MQTTClient.h	Tue Mar 10 21:25:44 2020 -0400
@@ -109,7 +109,7 @@
  * @param Network a network class which supports send, receive
  * @param Timer a timer class with the methods:
  */
-template<class Network, class Timer, int MAX_MQTT_PACKET_SIZE = 100, int MAX_MESSAGE_HANDLERS = 5>
+template<class Network, class Timer, int MAX_MQTT_PACKET_SIZE = 1024, int MAX_MESSAGE_HANDLERS = 5>
 class Client
 {