This website works better with JavaScript
Halaman utama
Jelajahi
Bantuan
Masuk
RT-Thread-packages
/
nanopb
cermin dari
https://github-proxy.rt-thread.io/RT-Thread-packages/nanopb.git
Liatin
2
Bintangi
0
Fork
0
Berkas
Masalah
0
Wiki
Cabang:
master
Ranting
Tag
master
v1.0.0
nanopb
/
examples
/
encode_decode_file
/
amessage.proto
amessage.proto
74 B
Permalink
Riwayat
Mentahan
1
2
3
4
5
6
syntax = "proto3";
message AMessage {
int32 a=1;
int32 b=2;
}