ArduinoHttpClient icon indicating copy to clipboard operation
ArduinoHttpClient copied to clipboard

getters for ServerConnectionVars

Open Beerlesklopfer opened this issue 7 years ago • 1 comments

Hallo to everyone,

I added to your code due to a need for my application dealing with the IoT Platform Cumulocity:

_/* G E T T E R S*/
inline const char* serverName() {
	return iServerName;
}

inline int serverPort() {
	return iServerPort;
}

inline IPAddress serverAddress() {
	return iServerAddress;
}_

Maybe it is useful to integrate to branch?

Joerg

Beerlesklopfer avatar Oct 05 '17 08:10 Beerlesklopfer

@Beerlesklopfer yes, please submit a pull request for this.

sandeepmistry avatar Mar 20 '18 15:03 sandeepmistry