nanopb - what is Person_PhoneNumber_FIELDLIST macro?

70 Views Asked by At

Docs:

#define Person_PhoneNumber_FIELDLIST(X, a) \
X(a, STATIC,   REQUIRED, STRING,   number,            1) \
X(a, STATIC,   OPTIONAL, UENUM,    type,              2)

I do not see this macro being used.

Is there a use for this for a user of the API?

0

There are 0 best solutions below