This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
RT-Thread-packages
/
nanopb
oglindă de
https://github-proxy.rt-thread.io/RT-Thread-packages/nanopb.git
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Ramură:
master
Ramuri
Etichete
master
v1.0.0
nanopb
/
examples
/
encode_decode_file
/
amessage.proto
amessage.proto
74 B
Permalink
Istoric
Crud
1
2
3
4
5
6
syntax = "proto3";
message AMessage {
int32 a=1;
int32 b=2;
}