Searched defs:ocpp_session (Results 1 – 1 of 1) sorted by relevance
167 struct ocpp_session { struct168 struct k_mutex slock; /* session lock */169 char idtag[CISTR20];170 bool is_active;171 uint8_t idcon;172 int idtxn;173 int resp_status;174 int uid;175 sys_snode_t node;176 struct ocpp_info *ctx;
Completed in 7 milliseconds