Searched defs:HdcChannel (Results 1 – 1 of 1) sorted by relevance
427 struct HdcChannel { struct428 void *clsChannel; // ptr Class of serverForClient or client429 uint32_t channelId;430 string connectKey;454 using HChannel = struct HdcChannel *; argument