Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EMB-27360: Add enum for SubAck and ClearSubsAck. #315

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

peter-lasota
Copy link
Contributor

New enum for SubAck and ClearSubsAck messages.

SUB_ACK_RESULT_SUBSCRIPTION_NOT_AVAILABLE = 6;
SUB_ACK_RESULT_UNAVAILABLE = 6;
// IOX Pub/Sub is not enabled by Master Switch.
SUB_ACK_RESULT_DISABLED = 7;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please mention the master switch and how sending sub request would be responded by each message in the message description of 0x8C/0x26. Only adding enums are not enough.

</code>

```
Note: The IOX Pub/Sub is controlled by a Master-Switch. When IOX Pub/Sub is not enabled:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please move this up at the beginning of Appendix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants