-> I am building a standard message structure, in which some of the parameters are "short int", "unsigned short int", "unsigned char", "char", "long long", "unsigned long long". I need to encode this structure using GPB.
-> Since the message structure is a standard message with parameters that has data types which i mentioned above. I can't change the data types of that structure, but want to encode them using GPB for that datatypes as-well.
-> Do you have other suggestion on how to encode these types of parameters. Previously i used to use ASN encoder, now i am trying to integrate my code with GBP.
Regards,
Shiva