Searched defs:DevSession (Results 1 – 1 of 1) sorted by relevance
28 typedef struct DevSession DevSession; typedef29 struct DevSession { struct34 int32_t (*start)(DevSession *self); argument35 int32_t (*process)(DevSession *self, const CJson *receviedMsg, bool *isFinish); argument36 void (*destroy)(DevSession *self); argument