Home
last modified time | relevance | path

Searched defs:HdcChannel (Results 1 – 1 of 1) sorted by relevance

/developtools/hdc_standard/src/common/
Ddefine_plus.h427 struct HdcChannel { struct
428 void *clsChannel; // ptr Class of serverForClient or client
429 uint32_t channelId;
430 string connectKey;
454 using HChannel = struct HdcChannel *; argument