# Functions
Concat concatenates all input into a single string.
GetInstance creates a new instance of the message with messageType.
GetMessageType returns the name of this proto Message.
ReadUint16 reads first two bytes from the reader, and then converts them to an uint16 value.
ToString serializes an arbitrary value into string.
ToTypedMessage converts a proto Message into TypedMessage.
WriteUint16 writes an uint16 value into writer.
WriteUint64 writes an uint64 value into writer.
# Variables
No description provided by the author
# Structs
TypedMessage is a serialized proto message along with its type name.