AirPlay.proto 186 B

12345678
  1. syntax = "proto3";
  2. import "nanopb.proto";
  3. package sys;
  4. message AirPlay {
  5. option (nanopb_msgopt).msgid = 1001;
  6. bool enabled = 1;
  7. uint32 port = 2 [(nanopb).int_size = IS_8];
  8. }