PassthroughBean.proto 127 B

12345678
  1. syntax = "proto3";
  2. message PassthroughBean {
  3. int32 devtype = 1;
  4. int32 factory = 2;
  5. int32 command = 3;
  6. bytes content = 4;
  7. }