Searched defs:ChppClientState (Results 1 – 1 of 1) sorted by relevance
70 struct ChppClientState { struct71 struct ChppAppState *appContext; // Pointer to app layer context73 *rRStates; // Pointer to array of request-response states, if any74 uint8_t index; // Index of this client75 uint8_t handle; // Handle number for this client76 uint8_t transaction; // Next Transaction ID to be used78 uint8_t openState; // As defined in enum ChppOpenState79 bool pseudoOpen : 1; // Client to be opened upon a reset80 bool initialized : 1; // Is initialized81 bool everInitialized : 1; // Synchronization primitives initialized[all …]