[][src]Module cqc::builder

CQC Packet builder

This module provides utility functions to build valid CQC packets. Its main purpose is to provide an API that can guarantee correct packet format. It is not necessary to use the builder module to build CQC packets, but packets built exclusively with this API are guaranteed to be correct.

Currently only client-to-server packets are supported.

This module is to be used in conjunction with the CQC interface documentation available in the hdr module.

Structs

Builder

The Builder construct builds packets for a particular application ID.

RemoteId

Struct containing all the necessary bits of information to identify a remote instance of the CQC backend.