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

19 lines
402 B
Markdown

---
tag: api
type: function
name: unsubscribe
params:
- name: topic
description: the topic to unsubscribe from
type: const char[]
returns:
type: boolean
values:
- value: 'false'
description: sending the unsubscribe failed, either connection lost or message too large
- value: 'true'
description: sending the unsubscribe succeeded
---
Unsubscribes from the specified topic.