pubsubclient/_posts/2000-06-02-setClient.md
2020-05-21 01:17:42 +01:00

339 B

tag type name params returns
api function setClient
name description
client the network client to use, for example <code>WiFiClient</code>
type values
PubSubClient*
value description
PubSubClient* the client instance, allowing the function to be chained

Sets the network client instance to use.