Module protocol

Module protocol 

Source

Structs§

Version
The version of the protocol. A version always consists of a major and a minor part.
XvcInfo
Contains static information about the server capabilities that are transfered between client and server in the beginning.

Enums§

Message
A Message is transfered from the client to the server. For each message, the client is expected to send the message and wait for a response from the server. The server needs to process each message in the order received and promptly provide a response. For the XVC 1.0 protocol, only one connection is assumed.