Skip to content

Socket Types

Socket Types
1
2
3
4
5
6
7
extern const int cVPInvalid = -2;
extern const int cVPAll = -1;
extern const int cVPNative = 0;
extern const int cVPSecret = 1;
extern const int cVPTrade = 2;
extern const int cVPConqueror = 3;
extern const int cVPGranted = 4;