Modules | |
| Error Codes | |
| error code definitions have been moved to VpnEnums.h | |
| Message Types | |
| types of messages that client wants to send/recieve. | |
| Authentication Attributes | |
Defines | |
| #define | VPN_MSGTYPE_AUTH (1<<1) |
| receive authentication messages. | |
| #define | VPN_MSGTYPE_STATE_CHANGE (1<<2) |
| receive state change updates. | |
| #define | VPN_MSGTYPE_MASK (VPN_MSGTYPE_AUTH | VPN_MSGTYPE_STATE_CHANGE) |
| mask of all valid MSGTYPE bits | |
|
|
receive authentication messages. only 1 channel can do this at a time causes fp_auth and fp_auth_stop callbacks to be active. |
|
|
mask of all valid MSGTYPE bits
|
|
|
receive state change updates. causes fp_state_change callback to be called whenever client state changes. Any number of channels can retrieve state change messages at once. |
1.4.4