pubsubclient/_posts/2000-06-02-setClient.md

16 lines
339 B
Markdown
Raw Normal View History

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