# Functions
GetChannel returns the protobuf representation of the channel with the given ID.
GetServer returns the protobuf representation of the server with the given ID.
GetServers returns the protobuf representation of the servers starting at startID (max of len), and returns end=true if no servers exist with higher IDs.
GetServerSockets returns the protobuf representation of the server (listen) sockets starting at startID (max of len), and returns end=true if no server sockets exist with higher IDs.
GetSocket returns the protobuf representation of the socket with the given ID.
GetSubChannel returns the protobuf representation of the subchannel with the given ID.
GetTopChannels returns the protobuf representation of the channels starting at startID (max of len), and returns end=true if no top channels exist with higher IDs.