pubsubclient/_posts/2000-04-02-unsubscribe.md

19 lines
402 B
Markdown
Raw Normal View History

---
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.