6 lines
99 B
Protocol Buffer
6 lines
99 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
message ScreenInfo {
|
|
uint32 projector_entity_id = 2;
|
|
uint32 live_id = 1;
|
|
}
|