Expressing large integer values in D-Bus APIs
Andy Grover <[email protected]>
| Newsgroups | gmane.comp.freedesktop.dbus |
|---|---|
| Organization | Red Hat |
| Message-ID | <[email protected]> |
Hi all, If we have a large integer value that might exceed 64 bits, how best to expose it on D-Bus? Convert to string? an array of [u64 (high), u64 (low)]? An array of 16 bytes and specify endianness? Another solution (but the most work) would be to add INT/UINT128 basic types. Is that within the realm of possibility? Thanks -- Regards -- Andy _______________________________________________ dbus mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dbus