PhoenixSocket  1.0.0
Library which integrates socket unix use in Phoenix
Loading...
Searching...
No Matches
PSocketMode Namespace Reference

Enumerations

enum  PSocketMode { NO_MOCK , MOCK , MOCK_RECORD }
 describe the mode of the Socket More...
 

Enumeration Type Documentation

◆ PSocketMode

describe the mode of the Socket

Enumerator
NO_MOCK 
MOCK 
MOCK_RECORD 

Definition at line 12 of file PSocketMode.h.

12 {
13 NO_MOCK, //Normal usage mode of the Socket
14 MOCK, //The Socket have to be used in mock mode
15 MOCK_RECORD //Record the activity of the backend durring real use to make reusable mock
16 };