Files
pubsubclient/_posts/2000-01-03-PubSubClient2.md
2020-05-21 01:17:42 +01:00

702 B

tag, type, name, params
tag type name params
api constructor PubSubClient
name description type
server the address of the server IPAddress, uint8_t[] or const char[]
name description type
port the port to connect to int
name optional description type
callback true a pointer to a <a href="#callback">message callback function</a> called when a message arrives for a subscription created by this client function*
name description
client the network client to use, for example <code>WiFiClient</code>
name optional description type
stream true a stream to write received messages to Stream

Creates a fully configured client instance.