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

Defining a list-typed thing in ZAP XML is inconsistent #1474

Open
bzbarsky-apple opened this issue Oct 28, 2024 · 0 comments
Open

Defining a list-typed thing in ZAP XML is inconsistent #1474

bzbarsky-apple opened this issue Oct 28, 2024 · 0 comments
Assignees

Comments

@bzbarsky-apple
Copy link
Contributor

For attributes you have to do:

type="array" entryType="int8u"

to represent the list[uint8] type from the spec.

For event fields, struct fields, command fields, you have to do:

array="true" type="int8u"

to represent the list[uint8] type from the spec.

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

No branches or pull requests

2 participants