I want to define an uint16 type in .proto, but I found protobuf did not provide this type.
Is there a way for me to have one as uint16? I tried to use uint16, uint16_t and unsigned short, but all were failed when compiling. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/groups/opt_out.
