Rebuild docs to make them easier to maintain
This commit is contained in:
16
_posts/2000-06-01-setCallback.md
Normal file
16
_posts/2000-06-01-setCallback.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
tag: api
|
||||
type: function
|
||||
name: setCallback
|
||||
params:
|
||||
- name: callback
|
||||
description: a pointer to a message callback function called when a message arrives for a subscription created by this client.
|
||||
type: function*
|
||||
returns:
|
||||
type: PubSubClient*
|
||||
values:
|
||||
- value: PubSubClient*
|
||||
description: the client instance, allowing the function to be chained
|
||||
---
|
||||
|
||||
Sets the <a href="#callback">message callback function</a>.
|
Reference in New Issue
Block a user