package esi.cosim

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service ChannelServer

cosim.proto:55

The server interface provided by the ESI cosim server.

message ChannelDesc

cosim.proto:21

Description of a channel that can be connected to by the client.

Used as request type in: ChannelServer.ConnectToClientChannel

Used as field type in: ListOfChannels

enum ChannelDesc.Direction

cosim.proto:24

Used in: ChannelDesc

message Message

cosim.proto:46

An ESI message.

Used as response type in: ChannelServer.ConnectToClientChannel

Used as field type in: AddressedMessage

message VoidMessage

cosim.proto:37

Empty message since gRPC only supports exactly one argument and return.

Used as request type in: ChannelServer.GetManifest, ChannelServer.ListChannels

Used as response type in: ChannelServer.SendToServer

(message has no fields)