-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Retrieve Table Length #17
Comments
Please send a PR :) |
What is a PR? How Do I send one? |
PR = Pull Request. Do you have any experience with C? |
Over 40 years of c experience, mostly embedded software
…On Mon, Jan 24, 2022 at 4:32 AM daurnimator ***@***.***> wrote:
What is a PR? How Do I send one?
PR = Pull Request.
This seems to be a reasonable introductory guide:
https://www.freecodecamp.org/news/how-to-make-your-first-pull-request-on-github-3/
Do you have any experience with C?
—
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHIRDRTJV5YDEZZQ4GCELRDUXVBHNANCNFSM5MUQ7WOA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am monitoring signals emmitted by bluez(bluetooth)
A lot of the signals contain tables with no entrys
I need to know if a table is empty before trying to retrieve
it's contents.
I noticed there is a dbus function 'dbus_message_iter_get_element_count()' that
appears to do what I want, but I don't think it is implemented in ldbus.
questions:
What is the proper way to determine an empty table in a signal message?
Can the above function be added to ldbus?
The text was updated successfully, but these errors were encountered: