syntax = "proto3"; message PassthroughBean { int32 devtype = 1; int32 factory = 2; int32 command = 3; bytes content = 4; }