Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 315 Bytes

File metadata and controls

6 lines (4 loc) · 315 Bytes

Create a new transport client

Transport clients are located in separate subfolders and should:

  • Implement the functions part of the cc_transport_client_t structure defined in cc_transport.h.
  • Implement a function to create the cc_transport_client_t object and add it to the CC_TRANSPORTS preprocessor define.